Skip to content

Commit ce4d600

Browse files
committed
chore: Separate REL_SHA and REL_VERSION
Signed-off-by: Igor Šarčević <igor@operately.com>
1 parent e9386e6 commit ce4d600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.semaphore/release-agent-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global_job_config:
2121
- git clone https://github.com/superplanehq/superplane.git
2222
- cd superplane
2323
- touch agent/.env
24-
- git checkout "$REL_VERSION"
24+
- git checkout "$REL_SHA"
2525
- echo "$GHCR_PUSH_TOKEN" | docker login ghcr.io -u superplanehq --password-stdin
2626

2727
blocks:

.semaphore/release-app-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ global_job_config:
2121
- git clone https://github.com/superplanehq/superplane.git
2222
- cd superplane
2323
- touch agent/.env
24-
- git checkout "$REL_VERSION"
24+
- git checkout "$REL_SHA"
2525
- echo "$GHCR_PUSH_TOKEN" | docker login ghcr.io -u superplanehq --password-stdin
2626

2727
blocks:

0 commit comments

Comments
 (0)