We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a3ba4 commit c111df4Copy full SHA for c111df4
.github/workflows/docker-image.yml
@@ -19,14 +19,20 @@ jobs:
19
- uses: actions/checkout@v4
20
with:
21
ref: feature/cluster-endpoints
22
-
+ - name: Set up QEMU
23
+ uses: docker/setup-qemu-action@v3
24
+ - name: Set up Docker Buildx
25
+ uses: docker/setup-buildx-action@v3
26
- name: Log in to the Container registry
27
uses: docker/login-action@v3
28
29
registry: ${{ env.REGISTRY }}
30
username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
33
34
35
36
- name: Extract metadata (tags, labels) for Docker
37
id: meta
38
uses: docker/metadata-action@v5
0 commit comments