Skip to content

Commit be78b0d

Browse files
authored
Merge pull request #23 from blinklabs-io/dependabot/github_actions/docker/metadata-action-5
chore(deps): bump docker/metadata-action from 3 to 5
2 parents 684443c + fb02b10 commit be78b0d

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
@@ -18,7 +18,7 @@ jobs:
1818
uses: docker/setup-qemu-action@v3
1919
- uses: docker/setup-buildx-action@v3
2020
- id: meta
21-
uses: docker/metadata-action@v4
21+
uses: docker/metadata-action@v5
2222
with:
2323
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2424
- name: build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333
- id: meta
34-
uses: docker/metadata-action@v3
34+
uses: docker/metadata-action@v5
3535
with:
3636
images: |
3737
blinklabs/go

0 commit comments

Comments
 (0)