Update docker/metadata-action action to v6 (#66)
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
faa77c38f6
commit
80e0637e8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
|
|
||||||
# Extract metadata (tags, labels) from Git reference and GitHub events for Docker
|
# Extract metadata (tags, labels) from Git reference and GitHub events for Docker
|
||||||
- id: meta
|
- id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v6
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/thelovinator1/anewdawn
|
images: ghcr.io/thelovinator1/anewdawn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue