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