Skip to content

Commit 44a150e

Browse files
authored
Merge pull request #120 from Keyfactor/dependabot/github_actions/docker/metadata-action-5.3.0
chore(deps): bump docker/metadata-action from 5.0.0 to 5.3.0
2 parents 3b6b071 + 03f8c3c commit 44a150e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# If the pull request is not merged, do not include the edge tag and only include the sha tag.
4545
# https://github.com/docker/metadata-action
4646
- name: Extract Docker metadata
47-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
47+
uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
4848
with:
4949
images: |
5050
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -128,7 +128,7 @@ jobs:
128128
# If the pull request is not merged, do not include the edge tag and only include the sha tag.
129129
# https://github.com/docker/metadata-action
130130
- name: Extract Docker metadata
131-
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
131+
uses: docker/metadata-action@31cebacef4805868f9ce9a0cb03ee36c32df2ac4 # v5.3.0
132132
with:
133133
images: |
134134
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)