Skip to content

Commit

Permalink
Merge pull request #29 from nlnwa/dependabot/github_actions/docker/me…
Browse files Browse the repository at this point in the history
…tadata-action-5

build(deps): bump docker/metadata-action from 4 to 5
  • Loading branch information
maeb authored Apr 18, 2024
2 parents 695bbd8 + b55d574 commit 751ddfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Extract metadata (tags, labels, version) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image }}
tags: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Extract metadata (tags, labels, version) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.image }}
tags: |
Expand Down

0 comments on commit 751ddfc

Please sign in to comment.