Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7e0d9ce

Browse files
authoredNov 18, 2024··
chore(deps): update docker/metadata-action digest to 1156622
1 parent dbb39ef commit 7e0d9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/cd.yml

+1-1
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@115662203e5f4c9b240a57397f721baaab82a488
3434
with:
3535
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3636
- name: Build and push Docker image

‎.github/workflows/docker-publish.yml

+1-1
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@115662203e5f4c9b240a57397f721baaab82a488
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)
Please sign in to comment.