Skip to content

Commit

Permalink
Ensure arg gets pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed May 18, 2024
1 parent 558229e commit c0d64d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILDSTRING=static-nginx-${{matrix.version}}:master
docker build . -t ghcr.io/$repo_owner/$BUILDSTRING
docker build . -t ghcr.io/$repo_owner/$BUILDSTRING --build-arg version=${{matrix.version}}
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
docker push ghcr.io/$repo_owner/$BUILDSTRING
Expand Down

0 comments on commit c0d64d7

Please sign in to comment.