update docker build/ push workflow to new url
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 52s

This commit is contained in:
2025-09-28 20:14:47 +02:00
parent 6607fb9d92
commit 27bafee27e

View File

@@ -3,7 +3,7 @@ name: Build and Push Docker Container
on:
push:
branches:
- "*"
- "main"
jobs:
build-and-push:
@@ -13,7 +13,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: git.kohout-dev.de
registry: g.eliaskohout.de
username: ${{ secrets.USERNAME }}
password: ${{ secrets.ACCESS_TOKEN }}
@@ -24,4 +24,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: "git.kohout-dev.de/rezepte/rezepte:${{gitea.sha}},git.kohout-dev.de/rezepte/rezepte:latest"
tags: "g.eliaskohout.de/rezepte/rezepte:${{gitea.sha}},g.eliaskohout.de/rezepte/rezepte:latest"