We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afea3ad + 177711c commit 65ee5efCopy full SHA for 65ee5ef
1 file changed
action.yml
@@ -121,7 +121,7 @@ runs:
121
- name: Build
122
id: docker_build
123
if: inputs.docker-username != '' && inputs.docker-password != ''
124
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
125
with:
126
context: ${{ inputs.working-directory }}
127
push: ${{ steps.preparation.outputs.push }}
0 commit comments