Skip to content

Commit

Permalink
Merge pull request #121 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
wolf31o2 authored Dec 11, 2023
2 parents 20ab4cd + 6abd875 commit b432ae3
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@v3
- uses: docker/setup-buildx-action@v3
- 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/nview
Expand Down

0 comments on commit b432ae3

Please sign in to comment.