Skip to content

Commit 9015aaa

Browse files
committed
fix: workflow
2 parents 7717324 + 84735e3 commit 9015aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
context: .
2929
file: ./Dockerfile
3030
push: true
31-
tags: xcsoft/busuanzi:${{ github.event.release.tag_name }}
31+
tags: xcsoft/busuanzi:${{ github.ref_name }}
3232

3333
github-docker:
3434
runs-on: ubuntu-latest
@@ -53,7 +53,7 @@ jobs:
5353
context: .
5454
file: ./Dockerfile
5555
push: true
56-
tags: ghcr.io/soxft/busuanzi:${{ github.event.release.tag_name }}
56+
tags: ghcr.io/soxft/busuanzi:${{ github.ref_name }}
5757

5858
build:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)