This commit is contained in:
parent
0ce1a3e5a4
commit
ba0fc85b4b
@ -8,13 +8,22 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# - name: Build docker image
|
||||
# uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
|
||||
# with:
|
||||
# #registry: "10.42.1.152:3000"
|
||||
# registry: "git.plop.in:80"
|
||||
# image: "admin/test"
|
||||
# username: admin
|
||||
# password: ${{ secrets.PAT_TOKEN }}
|
||||
# platforms: "linux/arm64"
|
||||
# extra_args: "--insecure"
|
||||
|
||||
- name: Build docker image
|
||||
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
|
||||
uses: aevea/action-kaniko@master
|
||||
with:
|
||||
#registry: "10.42.1.152:3000"
|
||||
registry: "git.plop.in:80"
|
||||
image: "admin/test"
|
||||
image: admin/test
|
||||
username: admin
|
||||
password: ${{ secrets.PAT_TOKEN }}
|
||||
platforms: "linux/arm64"
|
||||
extra_args: "--insecure"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user