Skip to content

Commit 4969160

Browse files
fix(cd): api image registy
1 parent 8f5555c commit 4969160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/api.cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
context: .
4545
file: build/package/api/Dockerfile.prod
4646
tags: |
47-
ghcr.io/blyndusk/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}-${{ env.CURRENT_DATE }}
48-
ghcr.io/blyndusk/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}
49-
ghcr.io/blyndusk/tf-gui_api:latest
47+
ghcr.io/terraform-gui/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}-${{ env.CURRENT_DATE }}
48+
ghcr.io/terraform-gui/tf-gui_api:${{ env.BRANCH_NAME }}-${{ env.GITHUB_SHA_SHORT }}
49+
ghcr.io/terraform-gui/tf-gui_api:latest
5050
5151
# output the logs
5252
- name: 5 - IMAGE DIGEST

0 commit comments

Comments
 (0)