Skip to content

Commit

Permalink
chore(ci): adjust docker publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnazarv committed Sep 10, 2023
1 parent c514ced commit 60adf59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- Dockerfile
- pyproject.toml
- poetry.lock
- .github/workflows/**

permissions:
contents: write
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/training_api:${{ env.TAG }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/training_api:$TAG


publish_package:
Expand Down

0 comments on commit 60adf59

Please sign in to comment.