Try with Kaniko
All checks were successful
Build and Push Docker Image / checkout_repository (push) Successful in 1m18s
All checks were successful
Build and Push Docker Image / checkout_repository (push) Successful in 1m18s
This commit is contained in:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user