Skip to content

Commit 5a27a2e

Browse files
dependabot[bot]willnorris
authored andcommitted
.github: update workflow actions
- bump docker/login-action from 3.1.0 to 3.4.0 - bump docker/metadata-action from 5.5.1 to 5.7.0 - bump docker/setup-buildx-action from 3.3.0 to 3.10.0 - bump docker/build-push-action from 5.3.0 to 6.16.0 - bump sigstore/cosign-installer from 3.5.0 to 3.8.2
1 parent 5b619de commit 5a27a2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626

2727
- name: Setup Docker buildx
28-
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
28+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
2929

3030
- name: Log into registry ${{ env.REGISTRY }}
31-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
31+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
3232
if: github.event_name == 'push'
3333
with:
3434
registry: ${{ env.REGISTRY }}
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Extract Docker metadata
3939
id: meta
40-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
40+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
4141
with:
4242
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4343
tags: |
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Build and push Docker image
5050
id: build-and-push
51-
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
51+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
5252
with:
5353
context: .
5454
push: ${{ github.event_name == 'push' }}
@@ -59,7 +59,7 @@ jobs:
5959
# Sign the Docker image
6060
- name: Install cosign
6161
if: github.event_name == 'push'
62-
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
62+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb #v3.8.2
6363
- name: Sign the published Docker image
6464
if: github.event_name == 'push'
6565
env:

0 commit comments

Comments
 (0)