Skip to content

Commit c76b587

Browse files
Update docker/metadata-action digest to a60f0f6
1 parent 7507429 commit c76b587

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
3636
- name: Extract metadata (tags, labels) for Docker
3737
id: meta
38-
uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e
38+
uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
- name: Initialize submodules

.github/workflows/build-docker-pwa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels.
3636
- name: Extract metadata (tags, labels) for Docker
3737
id: meta
38-
uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e
38+
uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
3939
with:
4040
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4141
- name: Initialize submodules

0 commit comments

Comments
 (0)