Skip to content

Commit

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

chore(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
agaffney authored Dec 11, 2023
2 parents 342dd69 + dac4c5a commit 210c084
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 @@ -18,7 +18,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.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/tx-submit-api
Expand Down

0 comments on commit 210c084

Please sign in to comment.