We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa04531 commit 287de52Copy full SHA for 287de52
.github/workflows/docker.yml
@@ -35,12 +35,6 @@ jobs:
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
37
38
- - name: Set up QEMU
39
- uses: docker/setup-qemu-action@v3
40
-
41
- - name: Set up Docker Buildx
42
- uses: docker/setup-buildx-action@v3
43
44
- name: Extract metadata (tags, labels) for Docker
45
id: meta
46
uses: docker/metadata-action@v5
@@ -52,10 +46,7 @@ jobs:
52
with:
53
47
file: Dockerfile
54
48
push: ${{ startsWith(github.ref, 'refs/tags') }}
55
- platforms: linux/amd64,linux/arm64
56
49
tags: ${{ steps.meta.outputs.tags }}
57
50
labels: ${{ steps.meta.outputs.labels }}
58
- cache-from: type=gha
59
- cache-to: type=gha
60
51
env:
61
VERSION: ${{ github.ref_name }}
0 commit comments