Skip to content

Commit

Permalink
fix(cd): api image registy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-delaloy authored Oct 10, 2022
1 parent 8f5555c commit 4969160
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
context: .
file: build/package/api/Dockerfile.prod
tags: |
ghcr.io/blyndusk/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}-${{ env.CURRENT_DATE }}
ghcr.io/blyndusk/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}
ghcr.io/blyndusk/tf-gui_api:latest
ghcr.io/terraform-gui/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}-${{ env.CURRENT_DATE }}
ghcr.io/terraform-gui/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}
ghcr.io/terraform-gui/tf-gui_api:latest
# output the logs
- name: 5 - IMAGE DIGEST
Expand Down

0 comments on commit 4969160

Please sign in to comment.