This commit is contained in:
parent
c2fa286577
commit
f04c3c7303
@ -11,12 +11,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: apk --no-cache add nodejs git
|
- run: apk --no-cache add nodejs git
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: docker login
|
|
||||||
uses: docker/login-action@v2
|
|
||||||
with:
|
|
||||||
registry: "gitea.sikorski.cloud"
|
|
||||||
username: ${{ secrets.REGISTRY_USER }}
|
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
|
||||||
- name: Kaniko build
|
- name: Kaniko build
|
||||||
uses: aevea/action-kaniko@master
|
uses: aevea/action-kaniko@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user