We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9386e6 commit ce4d600Copy full SHA for ce4d600
.semaphore/release-agent-image.yml
@@ -21,7 +21,7 @@ global_job_config:
21
- git clone https://github.com/superplanehq/superplane.git
22
- cd superplane
23
- touch agent/.env
24
- - git checkout "$REL_VERSION"
+ - git checkout "$REL_SHA"
25
- echo "$GHCR_PUSH_TOKEN" | docker login ghcr.io -u superplanehq --password-stdin
26
27
blocks:
.semaphore/release-app-image.yml
0 commit comments