Update du repo docker pour pointer vers ce git

This commit is contained in:
2025-09-12 15:02:49 +02:00
parent 9057862dac
commit 20ed30f68f

View File

@@ -30,21 +30,29 @@ jobs:
with: with:
submodules: recursive submodules: recursive
fetch-depth: 1 fetch-depth: 1
- name: Login to Docker Registry
run: docker login -u kawa -p 3e46dff29691071b01d214249386374129118eec git.azuze.fr
- name: Pull existing image (if exists)
run: docker pull git.azuze.fr/kawa/banjo-kazooie:latest || true
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build \ docker build \
--build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg BUILDKIT_INLINE_CACHE=1 \
-t banjo-kazooie . --cache-from git.azuze.fr/kawa/banjo-kazooie:latest \
-t git.azuze.fr/kawa/banjo-kazooie:latest \
-t git.azuze.fr/kawa/banjo-kazooie:latest .
- name: Push Docker image - name: Push Docker image
run: docker push --all-tags banjo-kazooie run: docker push --all-tags git.azuze.fr/kawa/banjo-kazooie
build-test-us10: build-test-us10:
name: Test US10 Build name: Test US10 Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build-image needs: build-image
container: container:
image: banjo-kazooie:latest image: git.azuze.fr/kawa/banjo-kazooie:latest
steps: steps:
- name: Download and decrypt baserom - name: Download and decrypt baserom
run: | run: |
@@ -70,7 +78,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build-image needs: build-image
container: container:
image: banjo-kazooie:latest image: git.azuze.fr/kawa/banjo-kazooie:latest
steps: steps:
- name: Download and decrypt baserom - name: Download and decrypt baserom
run: | run: |