Skip to content

Commit

Permalink
fix: tags
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent 7703493 commit 08e0d58
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
)
TAGS=$(cat <<EOI
type=semver,pattern={{version}},value=
type=semver,pattern={{version}},value=${{ needs.pre-commit.outputs.version }}
type=schedule,pattern=nightly
type=ref,enable=true,priority=600,prefix=pr-,suffix=,event=pr
EOI
Expand All @@ -112,14 +112,12 @@ jobs:
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
echo "images=${IMAGES}" >> $GITHUB_OUTPUT
- name: Extract metadata (tags, labels) for Docker 👀
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: |
${{ steps.prep.outputs.images }}
tags: |
${{ steps.prep.outputs.tags }}
images: ${{ steps.prep.outputs.images }}
tags: ${{ steps.prep.outputs.tags }}

- name: foo
run : |
Expand Down

0 comments on commit 08e0d58

Please sign in to comment.