We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5555c commit 4969160Copy full SHA for 4969160
.github/workflows/api.cd.yml
@@ -44,9 +44,9 @@ jobs:
44
context: .
45
file: build/package/api/Dockerfile.prod
46
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
+ 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
50
51
# output the logs
52
- name: 5 - IMAGE DIGEST
0 commit comments