Skip to content

Commit 2561b2e

Browse files
committed
ci: allow push on release
1 parent b8cca71 commit 2561b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
*.platform=linux/${{ matrix.builder.arch }}
114114
*.cache-from=type=gha,scope=build-${{ env.PLATFORM_CACHE_TAG }}
115115
*.cache-to=type=gha,scope=build-${{ env.PLATFORM_CACHE_TAG }}
116-
*.output=type=image,"name=${{ env.DOCKER_NAMESPACE }},${{ env.GHCR_NAMESPACE }}",push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' && github.event_name != 'release' || (github.event_name == 'release' && github.event.action == 'released') }}
116+
*.output=type=image,"name=${{ env.DOCKER_NAMESPACE }},${{ env.GHCR_NAMESPACE }}",push-by-digest=true,name-canonical=true,push=true
117117
118118
- name: 🔍 Debug Bake Metadata Output
119119
run: |

0 commit comments

Comments
 (0)