Skip to content

Commit

Permalink
Update docker/metadata-action action to v5 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent a647469 commit da5ede5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ runs:
- name: Get `from` baseed on metadata
id: from
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ steps.context.outputs.image }}
tags: ${{ steps.from_tags_config.outputs.tags }}
Expand Down Expand Up @@ -112,7 +112,7 @@ runs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ steps.context.outputs.image }}
tags: ${{ steps.to_tags_config.outputs.tags }}
Expand Down

0 comments on commit da5ede5

Please sign in to comment.