copy paste from personal-website because it does work there
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m22s
All checks were successful
Build and Push Docker Container / build-and-push (push) Successful in 1m22s
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# .gitea/workflows/docker-build.yml
|
||||||
name: Build and Push Docker Container
|
name: Build and Push Docker Container
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -9,7 +10,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Gitea Docker Registry
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: g.eliaskohout.de
|
registry: g.eliaskohout.de
|
||||||
|
|||||||
Reference in New Issue
Block a user