Skip to content

Commit

Permalink
Fix typo in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 28, 2024
1 parent e2216b8 commit 7fe8944
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 @@ -47,6 +47,6 @@ jobs:
elif [[ "${{ matrix.update-strategy }}" == "unpegged-install" ]]; then
echo "Running normal test with updated dependencies"
docker build--no-cache --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-unpegged-install -t zephir-api2:test .
docker build --no-cache --build-arg IMAGE_TAG=${{ matrix.image-tag }} --target test-unpegged-install -t zephir-api2:test .
fi

0 comments on commit 7fe8944

Please sign in to comment.