Skip to content

Commit fef6ecc

Browse files
committed
ci: use branch name for creating dev releases
1 parent 46474ac commit fef6ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Development
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- "dev"
6+
branches-ignore:
7+
- main
88

99
jobs:
1010
dev:
@@ -45,4 +45,4 @@ jobs:
4545
with:
4646
push: true
4747
tags: |
48-
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:dev
48+
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)