Update docker/metadata-action action to v4 (#3)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
03a52a1fb3
commit
a0370f9c98
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: 🪄 Extract metadata (tags, labels)
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
ghcr.io/${{ github.repository }}
|
||||
|
|
Loading…
Reference in a new issue