Skip to content

Commit

Permalink
fix release workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
dddddluo committed Dec 2, 2023
1 parent d86fd3e commit fdfa8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
context: .
platforms: linux/amd64
file: ./Dockerfile_dragon
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/sakura_embyboss:${{ github.event.release.tag_name }}

0 comments on commit fdfa8a8

Please sign in to comment.