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
|
||||
- name: Extract Docker metadata
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: thelovinator/discord-reminder-bot
|
||||
flavor: latest=${{ github.ref == 'refs/heads/master' }}
|
||||
|
Reference in New Issue
Block a user