feature/gitea-actions #1

Merged
RogerSik merged 25 commits from feature/gitea-actions into main 2023-07-24 06:58:05 +02:00
Showing only changes of commit f04c3c7303 - Show all commits

View File

@ -11,12 +11,6 @@ jobs:
steps:
- run: apk --no-cache add nodejs git
- 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
uses: aevea/action-kaniko@master
with: