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 cd85448 commit ea3781aCopy full SHA for ea3781a
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
113
- name: Add tag with version to the image
114
run: podman tag ${{ steps.build_image.outputs.image-with-tag }} ${{ steps.build_image.outputs.image }}:${{ steps.current-version.outputs.value }}
115
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/test-publications'
116
117
- name: Publish
118
id: push
0 commit comments