Skip to content

Commit 0bfb653

Browse files
authored
Merge pull request #55 from Scriptbash/dependabot/github_actions/docker/metadata-action-5.0.0
Bump docker/metadata-action from 4.6.0 to 5.0.0
2 parents d763148 + 806ddaf commit 0bfb653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Extract metadata (tags, labels) for Docker
4444
id: meta
45-
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
45+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

.github/workflows/unstable_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Extract metadata (tags, labels) for Docker
4242
id: meta
43-
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175
43+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
4444
with:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646

0 commit comments

Comments
 (0)