Try with Kaniko
Build and Push Docker Image / checkout_repository (push) Successful in 1m18s
Details
Build and Push Docker Image / checkout_repository (push) Successful in 1m18s
Details
This commit is contained in:
parent
de98447171
commit
3f1d407a8f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue