Skip to content

Commit

Permalink
fix(ci): use ref name in tag releases (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Jun 14, 2024
1 parent 89f0c98 commit 37cfabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 37cfabb

Please sign in to comment.