this repo has no description

fix github action

Changed files
+1 -2
.github
workflows
+1 -2
.github/workflows/docker.yml
··· 29 uses: docker/setup-buildx-action@v3 30 31 - name: Log in to GitHub Container Registry 32 - if: github.event_name != 'pull_request'amd 33 uses: docker/login-action@v3 34 with: 35 registry: ${{ env.REGISTRY }} ··· 59 labels: ${{ steps.meta.outputs.labels }} 60 cache-from: type=gha 61 cache-to: type=gha,mode=max 62 - platforms: linux/amd64
··· 29 uses: docker/setup-buildx-action@v3 30 31 - name: Log in to GitHub Container Registry 32 + if: github.event_name != 'pull_request' 33 uses: docker/login-action@v3 34 with: 35 registry: ${{ env.REGISTRY }} ··· 59 labels: ${{ steps.meta.outputs.labels }} 60 cache-from: type=gha 61 cache-to: type=gha,mode=max