Update docker.yml

This commit is contained in:
Roy Lee 2022-05-13 13:41:00 -07:00 committed by GitHub
parent 9e73e3af84
commit 52f9c05e66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ on:
description: 'Note' description: 'Note'
required: false required: false
default: '' default: ''
pull_request:
push: push:
tags: tags:
- '*' - '*'
@ -63,7 +62,7 @@ jobs:
id: meta id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with: with:
images: lbry/lbcd images: ${{ github.event.inputs.repo }}
# Build and push Docker image with Buildx (don't push on PR) # Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action # https://github.com/docker/build-push-action