Skip to content

Commit 9deb50f

Browse files
authored
Merge pull request #73 from Staffbase/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 97d9e69 + 7ae345d commit 9deb50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ runs:
131131
- name: Build
132132
id: docker_build
133133
if: inputs.docker-username != '' && inputs.docker-password != ''
134-
uses: docker/build-push-action@v4
134+
uses: docker/build-push-action@v5
135135
with:
136136
context: ${{ inputs.working-directory }}
137137
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)