Add automatically building of Docker Container #1

Merged
niku merged 2 commits from chore/add_gitea_ci into master 2023-05-09 18:53:14 +00:00
Showing only changes of commit 97c6d977c7 - Show all commits

View File

@ -11,6 +11,9 @@ jobs:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Log in to Container Registry - name: Log in to Container Registry
uses: https://github.com/docker/login-action@v2 uses: https://github.com/docker/login-action@v2
with: with: