Skip to content

Commit a974d27

Browse files
authored
Merge pull request #605 from OWASP/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 8bf1e9d + 498051b commit a974d27

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@v5
98+
uses: docker/build-push-action@v6
9999
with:
100100
context: ./${{ matrix.component }}
101101
file: ./${{ matrix.component }}/Dockerfile

0 commit comments

Comments
 (0)