Skip to content

Commit 3eca051

Browse files
authored
Merge pull request #159 from OWASP/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
2 parents 5b73240 + e340ab5 commit 3eca051

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
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.DOCKER_PASSWORD }}
5757

5858
- name: Build and Push
59-
uses: docker/build-push-action@v3
59+
uses: docker/build-push-action@v4
6060
with:
6161
context: ./${{ matrix.component }}
6262
file: ./${{ matrix.component }}/Dockerfile

0 commit comments

Comments
 (0)