Try with Kaniko
Build and Push Docker Image / checkout_repository (push) Successful in 1m18s Details

This commit is contained in:
Arnaud Delcasse 2024-03-21 19:51:35 +01:00
parent de98447171
commit 3f1d407a8f
1 changed files with 5 additions and 5 deletions

View File

@ -14,11 +14,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
- name: Kaniko build and push
uses: aevea/action-kaniko@master
with:
@ -35,6 +30,11 @@ jobs:
ACCESS_TOKEN_PWD=6744954b4a3a43422e62e8d110f90de527ce094d
# - name: Install Docker
# run: |
# apt-get update
# apt-get install -y docker.io
# - name: Login to Docker Registry
# uses: docker/login-action@v2
# with: