2 Commits

Author SHA1 Message Date
Julien Cabillot bc1eded850 test 2026-05-29 08:49:20 -04:00
Julien Cabillot af0831cc49 feat: add gitea actions 2026-05-29 00:04:32 -04:00
+3 -3
View File
@@ -2,9 +2,9 @@ name: Docker build and push
on: on:
pull_request: pull_request:
branches: [master] branches: [main]
push: push:
branches: [master] branches: [main]
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
@@ -34,7 +34,7 @@ jobs:
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr
type=sha type=sha
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }} type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6