test
Build and Push Docker Image / build-and-push (push) Failing after 0s Details

This commit is contained in:
Nicolas CARON 2024-03-20 11:46:03 +01:00
parent 531ff72b9e
commit bac39121bd
1 changed files with 3 additions and 7 deletions

View File

@ -9,15 +9,11 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
container: gcr.io/kaniko-project/executor
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Kaniko
run: |
mkdir -p /kaniko && \
curl -L https://github.com/GoogleContainerTools/kaniko/releases/download/v1.21.1/kaniko-v1.21.1.tar.gz | tar xz -C /kaniko && \
chmod +x /kaniko/executor
- name: Build and Push Docker Image
run: |