Skip to content

Commit 426ae06

Browse files
committed
Refactor Docker publish workflow to remove unnecessary push condition and tag assignment. Streamlined configuration for multi-platform builds.
1 parent 92542aa commit 426ae06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ jobs:
9292
uses: docker/build-push-action@v6
9393
with:
9494
context: .
95-
push: ${{ github.event_name != 'pull_request' }}
9695
platforms: ${{ matrix.platform }}
97-
tags: ${{ steps.meta.outputs.tags }}
9896
labels: ${{ steps.meta.outputs.labels }}
9997
cache-from: type=gha
10098
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)