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 9e35ac3 commit 0392bdaCopy full SHA for 0392bda
.github/workflows/ci.yaml
@@ -61,7 +61,6 @@ jobs:
61
echo "::set-output name=tag::$imageTag"
62
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
63
- name: Push Dev Tag
64
- if: startsWith(github.ref, 'refs/heads/dev')
65
run: |
66
docker tag repo ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
67
docker push ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
0 commit comments