File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed
Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Original file line number Diff line number Diff line change 1414 name : Continuous Integration
1515 uses : ./.github/workflows/__shared-ci.yml
1616 secrets : inherit
17-
18- docker-build-images :
19- name : Docker Build Images
20- needs : ci
21- uses : hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.14.4
22- permissions :
23- contents : read
24- id-token : write
25- issues : read
26- packages : write
27- pull-requests : read
28- secrets :
29- oci-registry-password : ${{ secrets.GITHUB_TOKEN }}
30- with :
31- runs-on : ' ["self-hosted"]'
32- oci-registry : " ghcr.io"
33- images : |
34- [{
35- "name": "app",
36- "dockerfile": "./Dockerfile",
37- "platforms": [
38- "linux/amd64",
39- "linux/arm64"
40- ]
41- }]
Original file line number Diff line number Diff line change 2222
2323 ci :
2424 name : Continuous Integration
25- runs-on : self-hosted
26- permissions :
27- contents : write
28- steps :
29- - uses : ./.github/workflows/__shared-ci.yml
30- secrets : inherit
25+ uses : ./.github/workflows/__shared-ci.yml
26+ secrets : inherit
You can’t perform that action at this time.
0 commit comments