Skip to content

Commit 7f39cce

Browse files
committed
fix: remove docker release guards
1 parent 58a95e7 commit 7f39cce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050

5151
- name: Docker meta
5252
id: meta
53-
if: ${{ steps.semantic.outputs.new_release_published == 'true'}}
5453
uses: docker/metadata-action@v5
5554
with:
5655
flavor: |
@@ -63,20 +62,17 @@ jobs:
6362
type=semver,pattern={{major}},value=${{ steps.semantic.outputs.new_release_git_tag }}
6463
6564
- name: Set up Docker Buildx
66-
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
6765
uses: docker/setup-buildx-action@v3
6866

6967
- name: Login to GitHub Container Registry
7068
uses: docker/login-action@v3
71-
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
7269
with:
7370
registry: ghcr.io
7471
username: ${{ github.actor }}
7572
password: ${{ github.token }}
7673

7774
- name: Build and push docker image
7875
uses: docker/build-push-action@v5
79-
if: ${{ steps.semantic.outputs.new_release_published == 'true' }}
8076
with:
8177
context: .
8278
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)