Skip to content

Commit

Permalink
Merge pull request #40 from Cloudzero/CP-22291
Browse files Browse the repository at this point in the history
CP-22291: remove latest tag in build
  • Loading branch information
dmepham authored Oct 7, 2024
2 parents c7f8e99 + c53dbb2 commit a904fa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
labels: |
maintainer=CloudZero
org.opencontainers.image.description=${{ env.VALIDATOR_IMAGE_DESCRIPTION }}
Expand All @@ -85,7 +84,7 @@ jobs:
# https://github.com/docker/metadata-action?tab=readme-ov-file#latest-tag
# should only occur whtn a semver or raw when we are on master
flavor: |
latest=auto
latest=false
- name: INPUT PREP - Set build time revision
run: |
Expand Down

0 comments on commit a904fa2

Please sign in to comment.