mirror of https://github.com/OWASP/Nettacker.git
Bump docker/build-push-action from 5 to 6
Based on https://github.com/OWASP/Nettacker/pull/850
This commit is contained in:
parent
4ed68f6333
commit
deaa85908e
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
|
|
@ -162,7 +162,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile
|
||||
|
|
|
|||
Loading…
Reference in New Issue