Update docker.yml

update inputs.repo
This commit is contained in:
Roy Lee 2022-05-13 13:01:26 -07:00 committed by GitHub
parent a42741127b
commit 526d123fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ on:
env:
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ inputs.repo }}
IMAGE_NAME: ${{ github.event.inputs.repo }}
jobs:
build:
@ -63,7 +63,7 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ inputs.repo }}
images: ${{ github.event.inputs.repo }}
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action