dockerize project #3

Merged
csimonis merged 40 commits from feature/build into main 2024-12-04 17:37:10 +00:00
Showing only changes of commit f6834afc1c - Show all commits

View File

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