diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55da273..ce80009 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,9 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} + + - uses: actions/checkout@v4 + - name: Build and push uses: docker/build-push-action@v5 if: (github.event_name == 'push' || github.event_name == 'release') @@ -75,7 +78,6 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - uses: actions/checkout@v4 - name: Update DockerHub description uses: peter-evans/dockerhub-description@v3 with: