Skip to content

Commit

Permalink
remove latest tag from cvmfs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Oct 1, 2024
1 parent 6e97f18 commit 4a42c8a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ jobs:
with:
images: |
ghcr.io/WIPACRepo/iceprod
flavor: |
latest=false
tags: |
type=sha,prefix={{branch}}-,event=branch,enable=${{ github.ref_type == 'branch' }}
type=semver,pattern={{major}}.{{minor}}.{{patch}},enable=${{ github.ref_type == 'tag' }}
type=sha,prefix={{branch}}-,event=branch,enable=${{ github.ref_type == 'branch' }}
type=semver,pattern={{major}}.{{minor}}.{{patch}},enable=${{ github.ref_type == 'tag' }}
- uses: WIPACrepo/[email protected]
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 4a42c8a

Please sign in to comment.