From 37cfabb0de329d3de5c20d2d21318fa8d6a069a6 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 14 Jun 2024 11:56:35 +0200 Subject: [PATCH] fix(ci): use ref name in tag releases (#1225) fixes parsing error found in https://github.com/omni-network/omni/actions/runs/9501746339/job/26188033774 task: https://app.asana.com/0/1206208509925075/1207453993335053/f --- .github/workflows/release-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-official.yml b/.github/workflows/release-official.yml index b0ea8b46d..2065383b2 100644 --- a/.github/workflows/release-official.yml +++ b/.github/workflows/release-official.yml @@ -37,5 +37,5 @@ jobs: with: context: "{{defaultContext}}:explorer/ui" push: true - tags: omniops/explorer-ui:main,omniops/explorer-ui:${{ steps.git_ref.outputs.short_sha }},omniops/explorer-ui:${GITHUB_REF##*/} + tags: omniops/explorer-ui:main,omniops/explorer-ui:${{ steps.git_ref.outputs.short_sha }},omniops/explorer-ui:${{ github.ref_name }} platforms: linux/amd64 # Only build for linux/amd64, node:21-slim unsupported for darwin