Skip to content

Commit

Permalink
Add image tag arg to default stage in docker matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lampham789 committed Aug 26, 2024
1 parent 82fef50 commit e92e31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if [[ "${{ matrix.update-strategy }}" == "default" ]]; then
echo "Running normal test suite"
docker build --target test -t zephir-api2:test .
docker build --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test -t zephir-api2:test .
elif [[ "${{ matrix.update-strategy }}" == "minor" ]]; then
Expand Down

0 comments on commit e92e31d

Please sign in to comment.