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 550260a commit 5970ae4Copy full SHA for 5970ae4
.github/workflows/build.yml
@@ -109,6 +109,10 @@ jobs:
109
registry: ${{ env.IMAGE_REGISTRY }}
110
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
111
112
+ - name: Add tag with version to the image
113
+ run: podman tag ${{ steps.build_image.outputs.image-with-tag }} ${{ steps.build_image.outputs.image }}:${{ steps.current-version.outputs.value }}
114
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
115
+
116
- name: Publish
117
id: push
118
uses: redhat-actions/push-to-registry@v2
0 commit comments