We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff8abd commit 10556d2Copy full SHA for 10556d2
.github/workflows/_container.yml
@@ -51,7 +51,7 @@ jobs:
51
type=raw,value=latest
52
53
- name: Push cached image to container registry
54
- if: inputs.publish && github.ref_type == 'tag'
+ if: inputs.publish && (github.ref_type == 'tag' || github.ref_name == 'copier-update')
55
uses: docker/build-push-action@v6
56
env:
57
DOCKER_BUILD_RECORD_UPLOAD: false
0 commit comments