Skip to content

Commit 56679f3

Browse files
committed
fix: set correct tag
1 parent 3c9aa73 commit 56679f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- '**'
7-
tags-ignore:
8-
- '*'
7+
tags:
8+
- 'v*'
99
workflow_dispatch:
1010
inputs:
1111
dry-run:
@@ -37,4 +37,4 @@ jobs:
3737
push: ${{ github.event_name == 'push' || !github.event.inputs.dry-run }}
3838
context: .
3939
tags: |
40-
${{ env.IMAGE_NAME }}:${{ env.TAG }}
40+
${{ env.IMAGE_NAME }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)