Skip to content

Commit

Permalink
Merge pull request #39 from project-tsurugi/ci-prepare-public-2
Browse files Browse the repository at this point in the history
Modify CI for preparing public - 2nd
  • Loading branch information
akirakw authored Oct 1, 2023
2 parents 6df9223 + 486a6c2 commit 335d126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* @t-horikawa @ban-nobuhiro

/.github/ @project-tsurugi/ci-maintainers
10 changes: 2 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
checks: write
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:${{ matrix.os }}
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
image: ghcr.io/project-tsurugi/tsurugi-ci:${{ matrix.os }}
volumes:
- ${{ vars.ccache_dir }}:${{ vars.ccache_dir }}
defaults:
Expand Down Expand Up @@ -60,10 +57,7 @@ jobs:
checks: write
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:ubuntu-22.04
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
image: ghcr.io/project-tsurugi/tsurugi-ci:ubuntu-22.04
volumes:
- ${{ vars.ccache_dir }}:${{ vars.ccache_dir }}
defaults:
Expand Down

0 comments on commit 335d126

Please sign in to comment.