Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Use github.ref_name for codegate version #707

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
LATEST_RELEASE=${{ env.LATEST_RELEASE }}
CODEGATE_VERSION=${{ steps.version-string.outputs.tag }}
CODEGATE_VERSION=${{ github.ref_name }}
- name: Capture Image Digest
id: image-digest
run: |
Expand Down
Loading