Update synapse build action
All checks were successful
/ build-synapse (push) Successful in 46s

This commit is contained in:
Finn 2024-08-08 12:31:10 -07:00
parent 6aa98f85c8
commit 483748645b

View file

@ -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