Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from riege/renovate/docker-metadata-action-4.x
Browse files Browse the repository at this point in the history
Update docker/metadata-action action to v4
  • Loading branch information
twink0r authored May 19, 2022
2 parents 0b94fff + 83e12df commit 294abb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Determine Image Tags
id: tags
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ secrets.ACR_LOGIN_SERVER }}/${{ env.IMAGE_BASENAME }}
sep-tags: ','
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Determine Image Tags
id: tags
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ${{ secrets.ACR_LOGIN_SERVER }}/${{ env.IMAGE_BASENAME }}
sep-tags: ','
Expand Down

0 comments on commit 294abb7

Please sign in to comment.