Update docker-publish.yml

This commit is contained in:
Ronnie 2021-09-21 20:46:47 -07:00 committed by GitHub
parent 5ded04eacc
commit bd0309ccfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ name: Docker
on:
push:
branches: [ master ]
tags: [ 'v*.*.*' ]
#env:
# Use docker.io for Docker Hub if empty
@ -56,5 +55,5 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
tags: ronnieroller/media-roller:latest
labels: ${{ steps.meta.outputs.labels }}