Update docker-publish.yml

This commit is contained in:
Ronnie 2021-09-21 20:38:07 -07:00 committed by GitHub
parent e9804b7492
commit ec0f48320a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ronnieroller/media-roller
tag-sha: true
tag-latest: true
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
@ -53,5 +55,5 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ronnieroller/media-roller:latest
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}