Skip to content

Commit c4fe8ff

Browse files
Bump docker/build-push-action from 6 to 7 (#126)
1 parent 6e88b83 commit c4fe8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ runs:
199199
- name: Build
200200
id: docker_build
201201
if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != ''
202-
uses: docker/build-push-action@v6
202+
uses: docker/build-push-action@v7
203203
with:
204204
context: ${{ inputs.working-directory }}
205205
push: ${{ inputs.docker-build-outputs == '' && steps.preparation.outputs.push || 'false' }}

0 commit comments

Comments
 (0)