更新 .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:
18
.github/workflows/buidl_and_push_ghcr.yml
vendored
18
.github/workflows/buidl_and_push_ghcr.yml
vendored
@@ -1,3 +1,21 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user