更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Build with Kaniko (Fixed URL) / build (push) Failing after 8s

This commit is contained in:
2025-12-18 15:18:51 +00:00
parent 490a0000f6
commit 7bef676a33

View File

@@ -1,4 +1,22 @@
- name: Build and Push (Hardcoded Host)
name: Build with Kaniko (Fixed URL)
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
packages: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and Push (Hardcoded Host)
uses: docker://gcr.io/kaniko-project/executor:v1.23.2-debug
with:
entrypoint: /busybox/sh