Skip to content

Commit

Permalink
Update Docker tags for Flux integration (#1617)
Browse files Browse the repository at this point in the history
Flux needs sortable image tags. This commit creates an additional Docker
image tag compatible with Flux. The format of the tag will be
"sha-{SHORT_SHA}-{TIMESTAMP}"

closes #1594
  • Loading branch information
liviudm authored Jan 24, 2024
1 parent a0b022d commit 99a91c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{raw}}
type=raw,value=sha-{{sha}}-{{date 'YYYYMMDDhhmmss'}}
flavor: |
latest=${{ github.ref == 'refs/heads/master' }}
Expand Down Expand Up @@ -327,6 +328,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{raw}}
type=raw,value=sha-{{sha}}-{{date 'YYYYMMDDhhmmss'}}
flavor: |
latest=${{ github.ref == 'refs/heads/master' }}
Expand Down Expand Up @@ -380,6 +382,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=semver,pattern={{raw}}
type=raw,value=sha-{{sha}}-{{date 'YYYYMMDDhhmmss'}}
flavor: |
latest=${{ github.ref == 'refs/heads/master' }}
Expand Down Expand Up @@ -590,6 +593,7 @@ jobs:
DELETE_INFRA: true

# Deploy Latest Fuel-Core Release
# TODO: remove deploy steps after the old cluster is decommissioned
deploy:
if: github.ref == 'refs/heads/master'
needs:
Expand Down

0 comments on commit 99a91c2

Please sign in to comment.