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 7d1dcdb commit 6d58214Copy full SHA for 6d58214
.github/workflows/build_test.yaml
@@ -117,7 +117,7 @@ jobs:
117
username: ${{ secrets.DOCKERHUB_TEST_USERNAME }}
118
password: ${{ secrets.DOCKERHUB_TEST_TOKEN }}
119
- name: Run dockerhub-manifest
120
- run: ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}"
+ run: ./release.bash "${{ env.REGISTRY }}:${{ env.TAG }}" manifest
121
- name: Comment image name on PR
122
if: github.event_name == 'pull_request'
123
env:
0 commit comments