Skip to content

Commit 0392bda

Browse files
committed
ci: fix push main and dev
1 parent 9e35ac3 commit 0392bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
echo "::set-output name=tag::$imageTag"
6262
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
6363
- name: Push Dev Tag
64-
if: startsWith(github.ref, 'refs/heads/dev')
6564
run: |
6665
docker tag repo ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
6766
docker push ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}

0 commit comments

Comments
 (0)