Skip to content

Commit a5afb1c

Browse files
Update docker/metadata-action digest to a60f0f6 (#501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 143d530 commit a5afb1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# https://github.com/docker/metadata-action
4545
- name: Extract Docker metadata
4646
id: meta
47-
uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e
47+
uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
4848
with:
4949
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5050

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# https://github.com/docker/metadata-action
5656
- name: Extract Docker metadata
5757
id: meta
58-
uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e
58+
uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
5959
with:
6060
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6161

0 commit comments

Comments
 (0)