fix: docker repo name

This commit is contained in:
Yanislav Igonin 2021-08-28 19:52:09 +03:00
parent 6cc10f4c69
commit 730dca0c5e

View File

@ -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 }}