Skip to content

Commit

Permalink
chore(ci): only tag Docker image with SHA
Browse files Browse the repository at this point in the history
we're moving away from using the branch-based tags and
associated webhooks, so we won't need this image tag
  • Loading branch information
thekaveman committed May 21, 2024
1 parent 1a15409 commit 223fd4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ jobs:
context: .
file: appcontainer/Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:${{ github.sha }}
tags: ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit 223fd4f

Please sign in to comment.