Skip to content

Commit 291fbae

Browse files
committed
feat: update CI manifest tagging for pull requests with architecture suffix
Signed-off-by: liuhy <[email protected]>
1 parent 5bdbb16 commit 291fbae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ jobs:
149149
context: ${{ steps.build-params.outputs.context }}
150150
file: ${{ steps.build-params.outputs.dockerfile }}
151151
platforms: ${{ steps.build-params.outputs.platform }}
152-
push: ${{ github.event_name != 'pull_request' }}
152+
# push: ${{ github.event_name != 'pull_request' }}
153+
push: ${{ github.event_name == 'pull_request' }}
153154
load: ${{ github.event_name == 'pull_request' }}
154155
tags: ${{ steps.tags.outputs.tags }}
155156
cache-from: |

0 commit comments

Comments
 (0)