Skip to content

Commit 471bdd4

Browse files
authored
Merge pull request #90 from Staffbase/dependabot/github_actions/docker/build-push-action-6
⬆️ Bump docker/build-push-action from 5 to 6
2 parents ded6962 + a11bfa7 commit 471bdd4

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
@@ -152,7 +152,7 @@ runs:
152152
- name: Build
153153
id: docker_build
154154
if: steps.preparation.outputs.build == 'true' && inputs.docker-username != '' && inputs.docker-password != ''
155-
uses: docker/build-push-action@v5
155+
uses: docker/build-push-action@v6
156156
with:
157157
context: ${{ inputs.working-directory }}
158158
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)