Update main.yml

This commit is contained in:
Steffen Illium 2023-12-03 19:17:29 +01:00
parent cd8e6c2f3d
commit 26b791d183

View File

@ -10,6 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: registry.steffenillium.de/v2/
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with: