Skip to content

Commit

Permalink
🔄 synced local '.github/workflows/build_docker_on_release.yml' with r…
Browse files Browse the repository at this point in the history
…emote 'template_workflows/auto_release/build_docker_on_release.yml'
  • Loading branch information
surchs committed Jan 23, 2024
1 parent fb2de60 commit 6504eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:stable, ${{ secrets.DOCKERHUB_USERNAME }}/api:${{ github.event.release.tag_name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/api:latest, ${{ secrets.DOCKERHUB_USERNAME }}/api:${{ github.event.release.tag_name }}

0 comments on commit 6504eb1

Please sign in to comment.