@@ -6,7 +6,8 @@ jobs:
|
|||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Kaniko build
|
- name: Kaniko build
|
||||||
uses: aevea/action-kaniko@master
|
uses: aevea/action-kaniko@master
|
||||||
with:
|
with:
|
||||||
@@ -14,3 +15,4 @@ jobs:
|
|||||||
username: danthe
|
username: danthe
|
||||||
password: Secret666
|
password: Secret666
|
||||||
registry: gitea.goroid.io
|
registry: gitea.goroid.io
|
||||||
|
tag: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user