Rename docker images
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user