Skip to content

Commit eb6fa48

Browse files
chore(deps): 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 a9138b6 commit eb6fa48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-qemu-action@v3
1818
- uses: docker/setup-buildx-action@v2
1919
- id: meta
20-
uses: docker/metadata-action@v4
20+
uses: docker/metadata-action@v5
2121
with:
2222
images: ${{ env.GHCR_IMAGE_NAME }}
2323
- name: build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
password: ${{ secrets.GITHUB_TOKEN }}
9090
registry: ghcr.io
9191
- id: meta
92-
uses: docker/metadata-action@v4
92+
uses: docker/metadata-action@v5
9393
with:
9494
images: |
9595
blinklabs/snek

0 commit comments

Comments
 (0)