Skip to content

Commit ab40d53

Browse files
author
Игорь Фонин
committed
rename job step
1 parent d6c008a commit ab40d53

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
@@ -53,7 +53,7 @@ jobs:
5353
docker push ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:${GITHUB_REF:10}
5454
docker push ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:latest
5555
56-
- name: Publish to master tag
56+
- name: Publish to Registry master tag
5757
if: startsWith(github.ref, 'refs/heads/master')
5858
run: |
5959
docker build -t ${{ secrets.DOCKER_IMAGE_USER }}/hoverfly .

0 commit comments

Comments
 (0)