feat: add docker build steps #4

Merged
t.behrendt merged 11 commits from feat-cd-pipeline into main 2024-04-01 20:48:32 +02:00
Showing only changes of commit c0e6eb1a09 - Show all commits

View File

@@ -24,7 +24,7 @@ jobs:
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ${{ variables.DOCKER_REGISTRY }} registry: gitea.t000-n.de
username: ${{ secrets.REGISTRY_USER }} username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}