3 Commits

Author SHA1 Message Date
Florian Walther
e8d34d1bc2 fixed typo 2
Some checks failed
/ push_to_registry (push) Failing after 14s
2026-01-16 22:33:23 +01:00
Florian Walther
520420f863 fixed typo
Some checks failed
/ push_to_registry (push) Failing after 12s
2026-01-16 22:31:04 +01:00
Florian Walther
656c3ab073 workflow docker-build-push set to workflow_dispatch 2026-01-16 22:29:41 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
name: Docker Build and Push name: Docker Build and Push
#on: [push] #on: [push]
on: [] on:
workflow_dispatch:
jobs: jobs:
build-and-push: build-and-push:

View File

@@ -14,9 +14,9 @@ jobs:
- name: Login to Gitea - name: Login to Gitea
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ REGESTRY_URL }} # gitea.scu.si registry: ${{ REGISTRY_URL }} # gitea.scu.si
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGESTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5