mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 11:35:52 +00:00
chore(deps): update docker/build-push-action action to v6
This commit is contained in:
parent
2ae137abcf
commit
3edc633c24
1 changed files with 1 additions and 1 deletions
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 a new issue