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 4c37f5c commit 7d6508bCopy full SHA for 7d6508b
.github/workflows/release-deploy.yml
@@ -6,6 +6,9 @@ on:
6
types: [ closed ]
7
8
env:
9
+ DOCKER_REGISTRY: ghcr.io
10
+ DOCKER_PACKAGE: site-composite
11
+
12
HAB_LICENSE: accept-no-persist
13
14
jobs:
@@ -62,9 +65,9 @@ jobs:
62
65
dockerfile: Dockerfile
63
66
username: ${{ github.actor }}
64
67
password: ${{ env.GITHUB_TOKEN }}
- registry: ghcr.io
68
+ registry: ${{ env.DOCKER_REGISTRY }}
69
image_name: ${{ env.DOCKER_REPOSITORY }}/${{ env.DOCKER_PACKAGE }}
- image_tag: ${{ env.RELEASE_NAME }}
70
+ image_tag: ${{ env.RELEASE_TAG }}
71
build_extra_args: |
72
--build-arg=SITE_TREE=${{ steps.site-projection.outputs.tree }}
73
--build-arg=SITE_VERSION=${{ env.RELEASE_TAG }}
0 commit comments