aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-14 19:19:52 +0100
committerAKP <tom@tdpain.net>2022-04-14 19:19:52 +0100
commit06515b424c23862cf82220d97cb1380366c2e6d9 (patch)
tree79209a511f130867687a17aaa88b8e64dc125fa3
parentccba86912ac67f06bd3a4095df954bee7c10d3bc (diff)
Second attempted fix of Docker GHA
Signed-off-by: AKP <tom@tdpain.net>
-rw-r--r--.github/workflows/docker-image.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml
index 50e3969..5d64bbb 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -18,7 +18,7 @@ jobs:
- name: Get tag version
id: get_version
- run: echo ::set-output name=VERSION::$(echo ${GITHUB_REF/refs\/tags\//} | sed sed "s/^v//")
+ run: echo "::set-output name=VERSION::$(echo ${GITHUB_REF/refs\/tags\//} | sed "s/^v//")"
- name: Make image tags
id: make_tags