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
|
||||
on:
|
||||
push:
|
||||
@@ -9,7 +10,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-22.04
|
||||
steps:
|
||||
- name: Login to Gitea Docker Registry
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: g.eliaskohout.de
|
||||
|
||||
Reference in New Issue
Block a user