diff --git a/.github/workflows/ghcr-build.yml b/.github/workflows/ghcr-build.yml index 6323fb4..31b16b7 100644 --- a/.github/workflows/ghcr-build.yml +++ b/.github/workflows/ghcr-build.yml @@ -6,6 +6,8 @@ on: tags: ['*'] pull_request: branches: ['master'] + schedule: + - cron: '42 6 * * SUN' env: REGISTRY: ghcr.io @@ -21,10 +23,10 @@ jobs: include: - context: . dockerfile: Dockerfile.api - image: ghcr.io/${{ github.repository }}-api + image: ghcr.io/${{ github.repository }}/api - context: . dockerfile: Dockerfile.ui - image: ghcr.io/${{ github.repository }}-ui + image: ghcr.io/${{ github.repository }}/ui permissions: contents: read packages: write