File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 arguments : distTar
2525
26- - name : Extract TAR
27- run : tar xf build/distributions/chaperone.tar --directory=build/distributions
28-
2926 - name : Set up QEMU
3027 uses : docker/setup-qemu-action@v2
3128
4138 - name : Build and push
4239 uses : docker/build-push-action@v4
4340 with :
41+ context : .
4442 platforms : linux/amd64,linux/arm64
4543 # push: true
4644 tags : |
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ FROM eclipse-temurin:17-jre-jammy
44
55RUN apt-get update && apt-get install -y coreutils bash curl jq dumb-init procps
66
7- # ADD build/distributions/chaperone.tar /opt/
8- COPY build/distributions/chaperone /opt/chaperone/
7+ ADD build/distributions/chaperone.tar /opt/
98
109ENTRYPOINT [ "dumb-init" , "--" ]
1110WORKDIR /opt/chaperone
You can’t perform that action at this time.
0 commit comments