Skip to content

Commit 5ed743f

Browse files
committed
Bump up github action versions
Signed-off-by: Federico Busetti <[email protected]>
1 parent 58931f1 commit 5ed743f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,17 @@ jobs:
3636
# Install the cosign tool except on PR
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
39-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
39+
uses: sigstore/cosign-installer@v3.3.0
4040
with:
4141
cosign-release: 'v2.1.1'
4242

43-
# Workaround: https://github.com/docker/build-push-action/issues/461
4443
- name: Setup Docker buildx
45-
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
44+
uses: docker/setup-buildx-action@v3.0.0
4645

4746
# Login against a Docker registry except on PR
4847
# https://github.com/docker/login-action
4948
- name: Log into registry ${{ env.REGISTRY }}
50-
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
49+
uses: docker/login-action@v3.0.0
5150
with:
5251
registry: ${{ env.REGISTRY }}
5352
username: ${{ github.actor }}
@@ -57,7 +56,7 @@ jobs:
5756
# https://github.com/docker/build-push-action
5857
- name: Build test image
5958
id: build-test
60-
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
59+
uses: docker/build-push-action@v5.1.0
6160
with:
6261
context: .
6362
load: true
@@ -74,7 +73,7 @@ jobs:
7473
# https://github.com/docker/metadata-action
7574
- name: Extract Docker metadata
7675
id: meta
77-
uses: docker/metadata-action@v4
76+
uses: docker/metadata-action@v5.5.0
7877
with:
7978
# list of Docker images to use as base name for tags
8079
images: |
@@ -89,7 +88,7 @@ jobs:
8988
# https://github.com/docker/build-push-action
9089
- name: Build and push production image
9190
id: build-and-push
92-
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
91+
uses: docker/build-push-action@v5.1.0
9392
with:
9493
context: .
9594
target: http_app

0 commit comments

Comments
 (0)