dockerize project #2

Merged
csimonis merged 38 commits from feature/build into main 2024-12-04 17:33:43 +00:00
Showing only changes of commit aac3277198 - Show all commits

View File

@ -9,8 +9,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: git.simonis.lol/actions/checkout@v4 - uses: actions/checkout@v4
- uses: git.simonis.lol/actions/login@v1 - uses: docker/login-action@v1
with: with:
registry: git.simonis.lol registry: git.simonis.lol
username: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}