Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
ci: fix container tag format
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Jan 8, 2024
1 parent ab17df6 commit b34807f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
flavor: |
latest = false
tags: |
type=ref,event=branch,suffix=-${{ matrix.target }}
type=ref,event=pr,prefix=pr-,suffix=-${{ matrix.target }}
type=semver,pattern={{raw}},suffix=-${{ matrix.target }}
type=raw,value=latest,suffix=-${{ matrix.target }},enable={{is_default_branch}}
type=ref,event=branch,suffix=-${{ matrix.target }}-{{sha}}-{{date 'X'}},enable={{is_default_branch}}
type=ref,event=branch
type=ref,event=pr,prefix=pr-
type=semver,pattern={{raw}}
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=branch,suffix=-{{sha}}-{{date 'X'}},enable={{is_default_branch}}
# Multiple exporters are not supported yet
# See https://github.com/moby/buildkit/pull/2760
Expand Down

0 comments on commit b34807f

Please sign in to comment.