Skip to content

Commit 157f30f

Browse files
dependabot[bot]DavidAnson
authored andcommitted
Bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e878e0 commit 157f30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-container-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Extract tags and labels
3333
id: meta
34-
uses: docker/metadata-action@v4
34+
uses: docker/metadata-action@v5
3535
with:
3636
images: ${{ github.repository }}
3737

@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Extract tags and labels for -rules
6161
id: meta-rules
62-
uses: docker/metadata-action@v4
62+
uses: docker/metadata-action@v5
6363
with:
6464
images: ${{ github.repository }}-rules
6565

0 commit comments

Comments
 (0)