File tree Expand file tree Collapse file tree 4 files changed +0
-31
lines changed
Expand file tree Collapse file tree 4 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 5959 }
6060 }
6161
62- - name : debug
63- run : |
64- ls -laRh api/target
65-
6662 - name : Build docker image
6763 id : docker_build
6864 uses : docker/build-push-action@v5
Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313jobs :
14-
15- # load-image:
16- # runs-on: ubuntu-latest
17- # steps:
18- # - name: Download docker image
19- # uses: actions/download-artifact@v4
20- # with:
21- # name: image
22- # path: /tmp
23-
24- # # setup containerd to preserve provenance attestations :https://docs.docker.com/build/attestations/#creating-attestations
25- # - name: Setup docker with containerd
26- # uses: crazy-max/ghaction-setup-docker@v3
27- # with:
28- # daemon-config: |
29- # {
30- # "features": {
31- # "containerd-snapshotter": true
32- # }
33- # }
34-
35- # - name: Load docker image into daemon
36- # run: |
37- # docker load --input /tmp/image.tar
38-
3914 deploy-ghcr :
4015 permissions :
4116 packages : write
Original file line number Diff line number Diff line change 1111 required : true
1212 type : string
1313jobs :
14-
1514 deploy-dockerhub :
1615 runs-on : ubuntu-latest
1716 steps :
Original file line number Diff line number Diff line change 1212 type : string
1313
1414jobs :
15-
1615 deploy-ghcr :
1716 runs-on : ubuntu-latest
1817
You can’t perform that action at this time.
0 commit comments