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]
paths:
- "classquiz/**"
- ".github/workflows/build_backend.yml"
# pull_request:
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: mawoka-myblock/classquiz-backend
jobs:
build:
+2
View File
@@ -6,6 +6,8 @@ name: "[CI] Build Caddy"
on:
workflow_dispatch:
schedule:
- cron: "0 12 1 * *" # run monthly to get fixes
push:
branches: [master]
paths: