aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMohammed Al Sahaf <[email protected]>2024-11-05 00:29:13 +0000
committerMohammed Al Sahaf <[email protected]>2024-11-05 00:29:13 +0000
commitfdb5fc1fe0367e02409c8c2c0da31f95ce2051f2 (patch)
treebc174140600e7df6cc1b134dd71383e95719eeb1
parent802930370237e0d9cff58656b64357e9896f8d70 (diff)
downloadcaddy-fdb5fc1fe0367e02409c8c2c0da31f95ce2051f2.tar.gz
caddy-fdb5fc1fe0367e02409c8c2c0da31f95ce2051f2.zip
fix output assignment
Signed-off-by: Mohammed Al Sahaf <[email protected]>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index aa40c7187..81a7af15f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -230,4 +230,4 @@ jobs:
version: latest
args: build --single-target --snapshot
env:
- TAG: "$short_sha"
+ TAG: "${{ steps.vars.outputs.short_sha }}"