.gitea/workflows/docker.yml aktualisiert
All checks were successful
Build & Push Docker image / docker-build (push) Successful in 1m48s
All checks were successful
Build & Push Docker image / docker-build (push) Successful in 1m48s
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build & Push Docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 15 1 * *' # Jeden 1. des Monats um 15:00 UTC
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
ref: master
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Docker buildx
|
||||
|
||||
Reference in New Issue
Block a user