Skip to content

Commit 075665b

Browse files
authored
Merge pull request #336 from OWASP/dependabot/github_actions/docker/build-push-action-5
build(deps): bump docker/build-push-action from 4 to 5
2 parents 197f334 + 0c5c5dd commit 075665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
password: ${{ secrets.DOCKER_PASSWORD }}
9696

9797
- name: Build and Push
98-
uses: docker/build-push-action@v4
98+
uses: docker/build-push-action@v5
9999
with:
100100
context: ./${{ matrix.component }}
101101
file: ./${{ matrix.component }}/Dockerfile

0 commit comments

Comments
 (0)