Skip to content

Commit

Permalink
feat: push cd_ghcr-setup as edge
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 13, 2024
1 parent c37f5c9 commit 60d583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flavor: |
latest=auto
tags: |
type=edge,branch=next
type=edge,branch=cd_ghcr-setup
type=semver,pattern={{version}}
type=sha
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Push Release
uses: docker/build-push-action@v5
with:
push: ${{ startsWith(github.ref, 'refs/tags/') }}
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == format('refs/heads/{0}', 'cd_ghcr-setup') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
target: vckit-api
Expand Down

0 comments on commit 60d583b

Please sign in to comment.