Skip to content

Commit

Permalink
Merge pull request #6 from appuio/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
ccremer authored May 5, 2022
2 parents 158f820 + e561067 commit 7151b1e
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}

Expand Down

0 comments on commit 7151b1e

Please sign in to comment.