Skip to content

Commit

Permalink
ci: fix workflows error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredleger committed Feb 20, 2024
1 parent 50202a7 commit 17f63d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,3 @@ jobs:
name: Continuous Integration
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit

docker-build-images:
name: Docker Build Images
needs: ci
uses: hoverkraft-tech/ci-github-container/.github/workflows/[email protected]
permissions:
contents: read
id-token: write
issues: read
packages: write
pull-requests: read
secrets:
oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
with:
runs-on: '["self-hosted"]'
oci-registry: "ghcr.io"
images: |
[{
"name": "app",
"dockerfile": "./Dockerfile",
"platforms": [
"linux/amd64",
"linux/arm64"
]
}]
8 changes: 2 additions & 6 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,5 @@ jobs:

ci:
name: Continuous Integration
runs-on: self-hosted
permissions:
contents: write
steps:
- uses: ./.github/workflows/__shared-ci.yml
secrets: inherit
uses: ./.github/workflows/__shared-ci.yml
secrets: inherit

0 comments on commit 17f63d8

Please sign in to comment.