Skip to content

Commit 2a2ec19

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 98924b8 + 3d99e34 commit 2a2ec19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-image.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ jobs:
3131
steps:
3232

3333
- name: Checkout repository
34-
uses: actions/checkout@v4.2.1
34+
uses: actions/checkout@v6.0.1
3535

3636
# Install the cosign tool except on PR
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
3939
if: github.event_name != 'pull_request'
40-
uses: sigstore/cosign-installer@v3.7.0
40+
uses: sigstore/cosign-installer@v4.0.0
4141

4242

4343
# Set up BuildKit Docker container builder to be able to build
4444
# multi-platform images and export cache
4545
# https://github.com/docker/setup-buildx-action
4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@v3.7.1
47+
uses: docker/setup-buildx-action@v3.11.1
4848

4949
# Login against a Docker registry except on PR
5050
# https://github.com/docker/login-action
5151
- name: Log into registry ${{ env.REGISTRY }}
5252
if: github.event_name != 'pull_request'
53-
uses: docker/login-action@v3.3.0
53+
uses: docker/login-action@v3.6.0
5454
with:
5555
registry: ${{ env.REGISTRY }}
5656
username: ${{ github.actor }}
@@ -61,7 +61,7 @@ jobs:
6161
# https://github.com/docker/metadata-action
6262
- name: Extract Docker metadata
6363
id: meta
64-
uses: docker/metadata-action@v5.5.1
64+
uses: docker/metadata-action@v5.10.0
6565
with:
6666
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6767

@@ -74,7 +74,7 @@ jobs:
7474
# https://github.com/docker/build-push-action
7575
- name: Build and push Docker image
7676
id: build-and-push
77-
uses: docker/build-push-action@v6.9.0
77+
uses: docker/build-push-action@v6.18.0
7878
with:
7979
context: .
8080
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)