mirror of
https://github.com/securego/gosec.git
synced 2025-01-03 22:52:22 +02:00
chore(deps): update docker/build-push-action action to v6
This commit is contained in:
parent
2ae137abcf
commit
3edc633c24
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
|
||||
- name: Release Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
id: relimage
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
|
||||
|
Loading…
Reference in New Issue
Block a user