feature/gitea-actions-update #2

Merged
RogerSik merged 5 commits from feature/gitea-actions-update into main 2023-07-24 07:07:12 +02:00
Showing only changes of commit 7a1572f2c8 - Show all commits

View File

@ -6,10 +6,7 @@ on:
jobs:
build:
runs-on: docker
container:
image: docker:24-cli
steps:
- run: apk --no-cache add nodejs git
- uses: actions/checkout@v3
- name: docker login
run: docker login -u $REGISTRY_USER -p $REGISTRY_PASSWORD gitea.sikorski.cloud