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 36d84c6 commit cdb0bfaCopy full SHA for cdb0bfa
.github/workflows/build-images.yml
@@ -31,8 +31,8 @@ jobs:
31
username: ${{ github.actor }}
32
password: ${{ secrets.GITHUB_TOKEN }}
33
34
- - run: ./util.sh --action build --registry ${{ env.REGISTRY }} --image-name ${{ env.IMAGE_NAME }}
+ - run: ./util.sh --action build --registry ${{ env.REGISTRY }} --name ${{ env.IMAGE_NAME }}
35
working-directory: .ci/docker
36
37
- - run: ./util.sh --action push --registry ${{ env.REGISTRY }} --image-name ${{ env.IMAGE_NAME }}
+ - run: ./util.sh --action push --registry ${{ env.REGISTRY }} --name ${{ env.IMAGE_NAME }}
38
0 commit comments