Building Docker with GitHub actions #38

Merged
kodxana merged 7 commits from master into master 2022-05-13 22:44:19 +02:00
Showing only changes of commit 526d123fac - Show all commits

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