Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Jul 31, 2024
1 parent 9f8ba1a commit 7717324
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: xcsoft/busuanzi:${{ github.ref }}
tags: xcsoft/busuanzi:${{ github.event.release.tag_name }}

github-docker:
runs-on: ubuntu-latest
Expand All @@ -53,7 +53,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/soxft/busuanzi:${{ github.ref }}
tags: ghcr.io/soxft/busuanzi:${{ github.event.release.tag_name }}

build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,4 +91,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release_name: ${{ github.ref }}
tag_name: ${{ github.ref }}
body: ${{ github.event.release.body }}
body: ${{ github.event.release.body }}
draft: true

0 comments on commit 7717324

Please sign in to comment.