Skip to content

Commit e0d2f26

Browse files
dependabot[bot]twiecki
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...96383f4) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40ffb9a commit e0d2f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devcontainer-docker-image.yml

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

2727
- name: Prepare metadata
2828
id: meta
29-
uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a
29+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
3030
with:
3131
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3232
tags: |

.github/workflows/docker-image.yml

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

2424
- name: Extract metadata (tags, labels) for Docker
2525
id: meta
26-
uses: docker/metadata-action@v4
26+
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934
2727
with:
2828
images: |
2929
name=pymc/pymc,enable=true

0 commit comments

Comments
 (0)