diff options
| author | AKP <tom@tdpain.net> | 2022-04-14 19:19:52 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-14 19:19:52 +0100 |
| commit | 06515b424c23862cf82220d97cb1380366c2e6d9 (patch) | |
| tree | 79209a511f130867687a17aaa88b8e64dc125fa3 /.github | |
| parent | ccba86912ac67f06bd3a4095df954bee7c10d3bc (diff) | |
Second attempted fix of Docker GHA
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-image.yml | 2 |
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 |
