Skip to content

Commit

Permalink
Merge pull request #49 from blinklabs-io/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/metadata-action-5

chore(deps): Bump docker/metadata-action from 4 to 5
  • Loading branch information
wolf31o2 authored Dec 5, 2023
2 parents 70751ac + 1a0b495 commit 6a79d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.GHCR_IMAGE_NAME }}
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
- id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
blinklabs/bursa
Expand Down

0 comments on commit 6a79d7d

Please sign in to comment.