Skip to content

Commit

Permalink
Merge pull request #42 from startersclan/enhancement/ci-remove-unneed…
Browse files Browse the repository at this point in the history
…ed-sha-for-release-docker-tags

Enhancement (ci): Remove unneeded <sha> for release docker tags
  • Loading branch information
leojonathanoh committed Dec 6, 2023
2 parents 16289aa + 66dfe09 commit bc59e70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,8 @@ jobs:
type=ref,suffix=-${{ matrix.variant }},event=branch
type=ref,suffix=-{{sha}}-${{ matrix.variant }},event=branch
type=semver,pattern={{major}},suffix=-${{ matrix.variant }}
type=semver,pattern={{major}},suffix=-{{sha}}-${{ matrix.variant }}
type=semver,pattern={{major}}.{{minor}},suffix=-${{ matrix.variant }}
type=semver,pattern={{major}}.{{minor}},suffix=-{{sha}}-${{ matrix.variant }}
type=semver,pattern={{major}}.{{minor}}.{{patch}},suffix=-${{ matrix.variant }}
type=semver,pattern={{major}}.{{minor}}.{{patch}},suffix=-{{sha}}-${{ matrix.variant }}
# Disable 'latest' tag
flavor: |
latest=false
Expand Down

0 comments on commit bc59e70

Please sign in to comment.