Skip to content

Commit 7be463e

Browse files
chore(deps): update docker/metadata-action digest to 41e1fe3
1 parent 89be41a commit 7be463e

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@766400ca14a75010e7b2e3119aa0d5b46826e8c7
33+
uses: docker/metadata-action@41e1fe3437fd5c8d22c24a824307673223ead782
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@766400ca14a75010e7b2e3119aa0d5b46826e8c7
44+
uses: docker/metadata-action@41e1fe3437fd5c8d22c24a824307673223ead782
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)