This commit is contained in:
parent
6aa98f85c8
commit
483748645b
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- containers/synapse/Containerfile
|
- containers/synapse/*
|
||||||
|
- .forgejo/workflows/build-synapse.yaml
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 */7 * *'
|
- cron: '0 12 */7 * *'
|
||||||
jobs:
|
jobs:
|
||||||
build-container:
|
build-synapse:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: library/docker:dind
|
image: library/docker:dind
|
||||||
|
@ -16,7 +17,7 @@ jobs:
|
||||||
- name: build container image
|
- name: build container image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
file: Containerfile
|
file: containers/synapse/Containerfile
|
||||||
tags: git.janky.solutions/jankysolutions/infra/synapse:latest
|
tags: git.janky.solutions/jankysolutions/infra/synapse:latest
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue