diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7d04883..a230202b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,6 +48,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ inputs.sha }} - name: Docker meta id: meta