Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
520420f863 | ||
|
|
656c3ab073 |
@@ -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:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ 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.REGESTRY_PASSWORD }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user