Skip to content

Commit 679cdaa

Browse files
author
Игорь Фонин
committed
update gh workflow
1 parent cb89f89 commit 679cdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Publish to Registry
2727
if: startsWith(github.ref, 'refs/tags/')
2828
run: |
29-
docker build -t igorfonin/hoverfly .
29+
docker build -t ${{ secrets.DOCKER_IMAGE_USER }}/hoverfly .
3030
docker tag ${{ secrets.DOCKER_IMAGE_USER }}/hoverfly ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:${GITHUB_REF:10}
3131
docker tag ${{ secrets.DOCKER_IMAGE_USER }}/hoverfly ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:latest
3232
docker login -u ${{ secrets.DOCKER_USER }} -p ${{ secrets.GH_TOKEN }} ghcr.io

0 commit comments

Comments
 (0)