update docker build/ push workflow to new url
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 52s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 52s
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build and Push Docker Container
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.kohout-dev.de
|
registry: g.eliaskohout.de
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user