Fix registry URL in Docker build workflow

This commit is contained in:
JuLi0n21
2026-03-01 21:27:24 +01:00
committed by GitHub
parent e307013944
commit 07483729c8

View File

@@ -22,7 +22,7 @@ jobs:
- name: Login to Private Registry
uses: docker/login-action@v3
with:
registry: docker-ui.illegalesachen.download
registry: docker.illegalesachen.download
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -32,5 +32,5 @@ jobs:
context: .
push: true
tags: |
docker-ui.illegalesachen.download/repository/astro-homepage:latest
docker-ui.illegalesachen.download/repository/astro-homepage:${{ steps.vars.outputs.sha_short }}
docker.illegalesachen.download/repository/astro-homepage:latest
docker.illegalesachen.download/repository/astro-homepage:${{ steps.vars.outputs.sha_short }}