Skip to content

Commit

Permalink
ci: update docker images to new repo (#111)
Browse files Browse the repository at this point in the history
use the images from sil-kit-docker-build which are more up to date.
  • Loading branch information
MariusBgm authored Sep 13, 2024
1 parent 8061ce1 commit 8384333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
environment: public-github-runners
runs-on: ubuntu-latest
container:
image: ghcr.io/mariusbgm/sil-kit-ci-ubuntu-22.04:main
image: ghcr.io/vectorgrp/sil-kit-docker-build/sil-kit-ci-ubuntu-22.04:main
if: inputs.run_build == true
steps:
- name: git checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
environment: public-github-runners
runs-on: ubuntu-latest
container:
image: ghcr.io/mariusbgm/sil-kit-ci-ubuntu-18.04:main
image: ghcr.io/vectorgrp/sil-kit-docker-build/sil-kit-ci-ubuntu-18.04:main
outputs:
package-name: ${{ steps.build.outputs.package-name}}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
environment: public-github-runners
runs-on: ubuntu-latest
container:
image: ghcr.io/mariusbgm/sil-kit-ci-ubuntu-18.04:main
image: ghcr.io/vectorgrp/sil-kit-docker-build/sil-kit-ci-ubuntu-18.04:main
outputs:
package-name: ${{ steps.build.outputs.package-name}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sil-kit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Format checks for SIL Kit sources
runs-on: ubuntu-22.04
container:
image: ghcr.io/mariusbgm/sil-kit-ci-clangformat-22.04:dev_clangformat_ubuntu
image: ghcr.io/vectorgrp/sil-kit-docker-build/sil-kit-ci-public-runner:main
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8384333

Please sign in to comment.