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 4175ced commit cc5dccbCopy full SHA for cc5dccb
1 file changed
.github/workflows/dockerx-latest.yml
@@ -86,7 +86,7 @@ jobs:
86
run: |
87
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
88
89
- - name: Build
+ - name: Build & Push
90
if: github.event_name == 'push'
91
92
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }}
0 commit comments