chore(deps): update goreleaser/nfpm docker tag to v2.23.0

This commit is contained in:
renovate 2022-12-30 16:00:58 +00:00
parent 4fa45bf9dc
commit b80c056fef

View File

@ -504,7 +504,7 @@ steps:
# Build os packages and push it to our bucket # Build os packages and push it to our bucket
- name: build-os-packages-unstable - name: build-os-packages-unstable
image: goreleaser/nfpm:v2.22.2 image: goreleaser/nfpm:v2.23.0
pull: true pull: true
commands: commands:
- apk add git go - apk add git go
@ -520,7 +520,7 @@ steps:
depends_on: [ after-build-compress ] depends_on: [ after-build-compress ]
- name: build-os-packages-version - name: build-os-packages-version
image: goreleaser/nfpm:v2.22.2 image: goreleaser/nfpm:v2.23.0
pull: true pull: true
commands: commands:
- apk add git go - apk add git go