Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 6738b30

Browse files
chore(deps): bump docker/metadata-action
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 to f7b4ed12385588c3f9bc252f0a2b520d83b52d48. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@9ec57ed...f7b4ed1) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 759be17 commit 6738b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cms.yml

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

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
32+
uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48
3333
with:
3434
tags: |
3535
type=ref,event=branch

.github/workflows/build-push-web.yml

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

3030
- name: Extract metadata (tags, labels) for Docker
3131
id: meta
32-
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
32+
uses: docker/metadata-action@f7b4ed12385588c3f9bc252f0a2b520d83b52d48
3333
with:
3434
tags: |
3535
type=ref,event=branch

0 commit comments

Comments
 (0)