Skip to content

Commit a836939

Browse files
authored
Merge branch 'main' into dependabot/github_actions/sigstore/cosign-installer-3.8.1
2 parents d22ff08 + edbe54d commit a836939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-caddy-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# multi-platform images and export cache
5353
# https://github.com/docker/setup-buildx-action
5454
- name: Set up Docker Buildx
55-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
55+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
5656

5757
# Login against a Docker registry except on PR
5858
# https://github.com/docker/login-action
@@ -68,15 +68,15 @@ jobs:
6868
# https://github.com/docker/metadata-action
6969
- name: Extract Docker metadata
7070
id: meta
71-
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
71+
uses: docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
7272
with:
7373
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7474

7575
# Build and push Docker image with Buildx (don't push on PR)
7676
# https://github.com/docker/build-push-action
7777
- name: Build and push Docker image
7878
id: build-and-push
79-
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
79+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
8080
with:
8181
context: ${{ env.CONTEXT }}
8282
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)