From 029fad9443759ba22dedd4497439e302cc134c61 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Fri, 14 May 2021 01:47:20 +0900 Subject: [PATCH] fix name --- .github/workflows/docker-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 9c488be..da40584 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -20,8 +20,8 @@ jobs: IMAGE: ${{ secrets.IMAGE }} run: | echo building $(cat ./scripts/Docker/$IMAGE/Name) ... - docker build -t docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name) ./scripts/Docker/${IMAGE} + docker build -t docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name) ./scripts/Docker/$IMAGE - name: Push image to GitHub Registry env: IMAGE: ${{ secrets.IMAGE }} - run: docker push docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE_DIR/Name) + run: docker push docker.pkg.github.com/${{ github.repository }}/$(cat ./scripts/Docker/$IMAGE/Name)