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