Skip to content

Commit

Permalink
Merge pull request #23 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 3 to 5
  • Loading branch information
agaffney authored Dec 11, 2023
2 parents 684443c + fb02b10 commit be78b0d
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 @@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: |
blinklabs/go
Expand Down

0 comments on commit be78b0d

Please sign in to comment.