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 0539cfe

Browse files
authoredJul 23, 2024··
chore(deps): update docker/metadata-action digest to 60a0d34
1 parent dbb39ef commit 0539cfe

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@60a0d343a0d8a18aedee9d34e62251f752153bdb
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@60a0d343a0d8a18aedee9d34e62251f752153bdb
4545
with:
4646
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4747

0 commit comments

Comments
 (0)
Please sign in to comment.