Skip to content

Commit

Permalink
ci: revert image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
robinstraub committed May 22, 2023
1 parent 84980c3 commit 0fe94fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
push: true
file: docker/Dockerfile
tags: >
ghcr.io/${{ github.repository }}:latest
# ghcr.io/${{github.repository }}:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}:latest,
ghcr.io/${{github.repository }}:${{ github.event.release.tag_name }}

0 comments on commit 0fe94fc

Please sign in to comment.