Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kartverket/github-backup into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BardOve committed Feb 15, 2024
2 parents ecb5b53 + 96a0b94 commit 57203e2
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 57203e2

Please sign in to comment.