fix: Release Commit (#7274)

This commit is contained in:
Brian Choromanski
2026-03-22 12:35:06 -04:00
committed by GitHub
parent 2ff2f22060
commit 3413c23f16
2 changed files with 3 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ inputs.ref || github.sha }}
- name: Set up python
uses: actions/setup-python@v5

View File

@@ -75,4 +75,4 @@ jobs:
${{ inputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
COMMIT=${{ github.sha }}
COMMIT=${{ inputs.ref || github.sha }}