Skip to content

Commit

Permalink
chore: Update Docker image tag generation for GitHub Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Utesgui committed Jul 19, 2024
1 parent 69f34c6 commit 2b0576d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
# tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
# tags: ${{ steps.meta.outputs.tags }}
tags: ${{ env.REGISTRY }}/utesgui/security.txt:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 2b0576d

Please sign in to comment.