Skip to content

Commit 78c4de5

Browse files
chore(deps): update docker/metadata-action digest to 38b3677
1 parent 178b008 commit 78c4de5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Extract Docker metadata
3232
id: meta
33-
uses: docker/metadata-action@3f6690a76cbcbe44da6bac853d66df365ab3af27
33+
uses: docker/metadata-action@38b36773831fce8789962056bf155ba063580c34
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636
- name: Build and push Docker image

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# https://github.com/docker/metadata-action
4242
- name: Extract Docker metadata
4343
id: meta
44-
uses: docker/metadata-action@3f6690a76cbcbe44da6bac853d66df365ab3af27
44+
uses: docker/metadata-action@38b36773831fce8789962056bf155ba063580c34
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)