@@ -42,24 +42,24 @@ jobs:
42
42
echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
43
43
echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
44
44
- name : Setup QEMU
45
- uses : docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2 .0
45
+ uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0 .0
46
46
- name : Setup Docker Buildx
47
47
id : buildx
48
- uses : docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10 .0
48
+ uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0 .0
49
49
- name : Login to GitHub Container Registry
50
- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
50
+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
51
51
with :
52
52
registry : ghcr.io
53
53
username : fluxcdbot
54
54
password : ${{ secrets.GHCR_TOKEN }}
55
55
- name : Login to Docker Hub
56
- uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2 .0
56
+ uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
57
57
with :
58
58
username : fluxcdbot
59
59
password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
60
60
- name : Generate images meta
61
61
id : meta
62
- uses : docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6 .0
62
+ uses : docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0 .0
63
63
with :
64
64
images : |
65
65
fluxcd/${{ env.CONTROLLER }}
68
68
type=raw,value=${{ steps.prep.outputs.VERSION }}
69
69
- name : Publish images
70
70
id : build-push
71
- uses : docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
71
+ uses : docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
72
72
with :
73
73
sbom : true
74
74
provenance : true
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
99
- uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4.6 .0
99
+ uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
100
100
with :
101
101
version : latest
102
102
args : release --clean --skip-validate
0 commit comments