ci: change org name to lightpanda-io

This commit is contained in:
Pierre Tachoire
2023-12-07 09:09:36 +01:00
parent f53e7bb601
commit f61631965b
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: browsercore/browsercore-deps IMAGE_NAME: lightpanda-io/browsercore-deps
ZIG_DOCKER_VERSION: 0.12.0-dev.1773-8a8fd47d2 ZIG_DOCKER_VERSION: 0.12.0-dev.1773-8a8fd47d2
jobs: jobs:

View File

@@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/browsercore/zig-browsercore:0.12.0-dev.1773-8a8fd47d2 image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
credentials: credentials:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/browsercore/zig:0.12.0-dev.1773-8a8fd47d2 image: ghcr.io/lightpanda-io/zig:0.12.0-dev.1773-8a8fd47d2
credentials: credentials:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ghcr.io/browsercore/zig-browsercore:0.12.0-dev.1773-8a8fd47d2 image: ghcr.io/lightpanda-io/zig-browsercore:0.12.0-dev.1773-8a8fd47d2
credentials: credentials:
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}