We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c008a commit ab40d53Copy full SHA for ab40d53
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
docker push ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:${GITHUB_REF:10}
54
docker push ghcr.io/${{ secrets.DOCKER_IMAGE_USER }}/hoverfly:latest
55
56
- - name: Publish to master tag
+ - name: Publish to Registry master tag
57
if: startsWith(github.ref, 'refs/heads/master')
58
run: |
59
docker build -t ${{ secrets.DOCKER_IMAGE_USER }}/hoverfly .
0 commit comments