Skip to content

Commit

Permalink
GHA build and push test image: Add parameters for node and php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Nov 16, 2023
1 parent 9512032 commit 87f0e9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-push-test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: actions/checkout@v3

- name: Build the app
uses: openconext/build-and-publish-test-container@v0.0.3
uses: openconext/build-and-publish-test-container@main
with:
php_version: php82
node_version: node20

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 87f0e9f

Please sign in to comment.