From 730dca0c5e6be0761c949f36e20de29ff64cac5e Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sat, 28 Aug 2021 19:52:09 +0300 Subject: [PATCH] fix: docker repo name --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9196a7e..58b15ea 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -21,7 +21,7 @@ jobs: release: needs: build - + runs-on: ubuntu-latest steps: @@ -38,7 +38,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com - repository: yanislav-igonin/micrach + repository: yanislav-igonin/micrach-go/micrach dockerfile: Dockerfile tags: latest # build_args: CI_COMMIT_TAG=${{ github.event.release.tag_name }}