diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 01a9081..75fe1f3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 20 steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref || github.ref }} - name: Set imageName based on the repository name