mirror of
https://github.com/yanislav-igonin/micrach
synced 2024-12-22 14:22:33 +03:00
fix: docker repo name
This commit is contained in:
parent
6cc10f4c69
commit
730dca0c5e
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: docker.pkg.github.com
|
registry: docker.pkg.github.com
|
||||||
repository: yanislav-igonin/micrach
|
repository: yanislav-igonin/micrach-go/micrach
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags: latest
|
tags: latest
|
||||||
# build_args: CI_COMMIT_TAG=${{ github.event.release.tag_name }}
|
# build_args: CI_COMMIT_TAG=${{ github.event.release.tag_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user