Skip to content

Commit

Permalink
push all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
broizter committed Mar 4, 2024
1 parent 59253b9 commit 55c6b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
run: |
docker login --username broizter --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/broizter/ssh-server-on-docker-with-docker:1.0 --tag ghcr.io/broizter/ssh-server-on-docker-with-docker:latest
docker push ghcr.io/broizter/ssh-server-on-docker-with-docker:latest
docker push ghcr.io/broizter/ssh-server-on-docker-with-docker --all-tags

0 comments on commit 55c6b49

Please sign in to comment.