更新 .github/workflows/buidl_and_push_ghcr.yml
Some checks failed
Build with Kaniko (Fixed URL) / build (push) Failing after 8s
Some checks failed
Build with Kaniko (Fixed URL) / build (push) Failing after 8s
This commit is contained in:
20
.github/workflows/buidl_and_push_ghcr.yml
vendored
20
.github/workflows/buidl_and_push_ghcr.yml
vendored
@@ -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
|
uses: docker://gcr.io/kaniko-project/executor:v1.23.2-debug
|
||||||
with:
|
with:
|
||||||
entrypoint: /busybox/sh
|
entrypoint: /busybox/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user