Tag latest commit in master branch as latest
This commit is contained in:
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
uses: docker/metadata-action@v3
|
||||
with:
|
||||
images: thelovinator/discord-reminder-bot
|
||||
flavor: latest=${{ github.ref == 'refs/heads/master' }}
|
||||
|
||||
# Build and push Docker image with Buildx (don't push on PR)
|
||||
# https://github.com/docker/build-push-action
|
||||
|
Reference in New Issue
Block a user