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