Skip to content

Commit 5bca1ff

Browse files
authored
Merge pull request #141 from blinklabs-io/dependabot/github_actions/docker/metadata-action-5
chore(deps): bump docker/metadata-action from 4 to 5
2 parents 9e7fbf3 + eb6fa48 commit 5bca1ff

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)