diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6e0037d..cc8e395 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 30 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