Skip to content

Commit 65ee5ef

Browse files
authored
Merge pull request #60 from Staffbase/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents afea3ad + 177711c commit 65ee5ef

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
@@ -121,7 +121,7 @@ runs:
121121
- name: Build
122122
id: docker_build
123123
if: inputs.docker-username != '' && inputs.docker-password != ''
124-
uses: docker/build-push-action@v3
124+
uses: docker/build-push-action@v4
125125
with:
126126
context: ${{ inputs.working-directory }}
127127
push: ${{ steps.preparation.outputs.push }}

0 commit comments

Comments
 (0)