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.
2 parents ded6962 + a11bfa7 commit 471bdd4Copy full SHA for 471bdd4
action.yml
@@ -152,7 +152,7 @@ runs:
152
- name: Build
153
id: docker_build
154
if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != ''
155
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
156
with:
157
context: ${{ inputs.working-directory }}
158
push: ${{ steps.preparation.outputs.push }}
0 commit comments