Skip to content

Commit 17f63d8

Browse files
committed
ci: fix workflows error
1 parent 50202a7 commit 17f63d8

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.github/workflows/main-ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,3 @@ jobs:
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-
}]

.github/workflows/pull-request-ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,5 @@ jobs:
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

0 commit comments

Comments
 (0)