Skip to content

Commit

Permalink
chore: push build from cd_ghcr-setup branch to the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko authored Jul 24, 2024
1 parent e0bcd74 commit 287db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Push Release
uses: docker/build-push-action@v5
with:
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/next' }}
push: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/cd_ghcr-setup' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
load: true
Expand Down

0 comments on commit 287db0d

Please sign in to comment.