Rename docker images

This commit is contained in:
Mawoka
2026-06-14 19:00:08 +02:00
parent 91aa8736a5
commit 5fa0146861
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -13,13 +13,14 @@ on:
branches: [master] branches: [master]
paths: paths:
- "classquiz/**" - "classquiz/**"
- ".github/workflows/build_backend.yml"
# pull_request: # pull_request:
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io REGISTRY: ghcr.io
# github.repository as <account>/<repo> # github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: mawoka-myblock/classquiz-backend
jobs: jobs:
build: build:
+2
View File
@@ -6,6 +6,8 @@ name: "[CI] Build Caddy"
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "0 12 1 * *" # run monthly to get fixes
push: push:
branches: [master] branches: [master]
paths: paths: