use custom image
Some checks failed
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / build-oci-image (push) Failing after 41s
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
Some checks failed
Gentoo Utils / build (push) Has been skipped
Gentoo Utils / build-oci-image (push) Failing after 41s
Gentoo Utils / docs (push) Has been skipped
Gentoo Utils / grep (push) Has been skipped
Gentoo Utils / test (push) Has been skipped
Gentoo Utils / fuzz (push) Has been skipped
Gentoo Utils / check-format (push) Has been skipped
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
build-oci-image:
|
||||
runs-on: zergling-dev
|
||||
container:
|
||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||
image: git.epenguin.net/penguin/oci-builder:latest
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- name: Restore git cache
|
||||
@@ -65,6 +65,7 @@ jobs:
|
||||
echo "comparison_hash=$comparison_hash" >> $GITEA_OUTPUT
|
||||
echo "build_image=$build_image" >> $GITEA_OUTPUT
|
||||
cat $GITEA_OUTPUT
|
||||
|
||||
# - name: Set up Docker buildx
|
||||
# if: steps.image-changes.outputs.build_image == 'true'
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
|
||||
Reference in New Issue
Block a user