Skip to content

Commit

Permalink
Update docker-image.yml version error corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
BardOve authored Nov 21, 2023
1 parent 56e9b32 commit 96a0b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository }}:1.0
run: docker push ghcr.io/${{ github.repository }}:1.1

0 comments on commit 96a0b94

Please sign in to comment.