diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 48d1bd361..602b51387 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.ref }} + ref: ${{ github.ref_name }} - name: Prepare id: prepare run: | @@ -104,7 +104,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - ref: ${{ github.ref }} + ref: ${{ github.ref_name }} - name: Prepare id: prepare run: |