File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
- name : Get changed files
27
27
id : changed-files
28
- uses : tj-actions/changed-files@v14.1
28
+ uses : tj-actions/changed-files@v41
29
29
with :
30
30
files : |
31
31
Dockerfile
54
54
uses : docker/build-push-action@v2
55
55
with :
56
56
context : .
57
- platforms : linux/amd64
57
+ platforms : linux/amd64,linux/arm64
58
58
push : true
59
59
tags : ${{ steps.meta.outputs.tags }}
60
60
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 44
44
uses : docker/build-push-action@v2
45
45
with :
46
46
context : .
47
- platforms : linux/amd64
47
+ platforms : linux/amd64,linux/arm64
48
48
push : true
49
49
tags : ${{ steps.meta.outputs.tags }}
50
50
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM ghcr.io/siderolabs/talosctl:$TALOS_VERSION AS talosctl
4
4
5
5
FROM ghcr.io/containerd/busybox:1.36
6
6
7
- LABEL maintainer= "Tobias Krischer <tobias.krischer@elyxon.de> "
7
+ LABEL org.opencontainers.image.description "Busybox image with talosctl "
8
8
9
9
COPY --from=talosctl /talosctl /usr/local/bin/talosctl
10
10
VOLUME [ "/var/run/secrets/talos.dev" ]
You can’t perform that action at this time.
0 commit comments