Merge pull request #19 from TheLovinator1/renovate/docker-metadata-action-4.x
Update docker/metadata-action action to v4
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
# https://github.com/docker/metadata-action
|
# https://github.com/docker/metadata-action
|
||||||
- name: Extract Docker metadata
|
- name: Extract Docker metadata
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v4
|
||||||
with:
|
with:
|
||||||
images: thelovinator/discord-reminder-bot
|
images: thelovinator/discord-reminder-bot
|
||||||
flavor: latest=${{ github.ref == 'refs/heads/master' }}
|
flavor: latest=${{ github.ref == 'refs/heads/master' }}
|
||||||
|
Reference in New Issue
Block a user