Skip to content

Commit

Permalink
working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Apr 29, 2022
1 parent 18bd3a2 commit c377fbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/health-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
working-directory: health-api
run: docker tag health-api:latest fidelissauro/health-api:latest

- name: Docker Tag Latest Release
working-directory: health-api
- name: Docker Tag Release
run: |
TAG=$(git describe --tags --abbrev=0)
docker tag health-api:latest fidelissauro/health-api:$TAG
Expand Down

0 comments on commit c377fbe

Please sign in to comment.