Skip to content

Commit 45fa227

Browse files
committed
Enable container image publishing on this branch
Just for testing. This will be revoked before merging this branch.
1 parent 9f9d36a commit 45fa227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
type=raw,value=latest
5252
5353
- name: Push cached image to container registry
54-
if: inputs.publish && github.ref_type == 'tag'
54+
if: inputs.publish && (github.ref_type == 'tag' || github.ref_name == 'copier-update')
5555
uses: docker/build-push-action@v6
5656
env:
5757
DOCKER_BUILD_RECORD_UPLOAD: false

0 commit comments

Comments
 (0)