2 Commits

Author SHA1 Message Date
renovate 73eaf67343 Update docker/build-push-action action to v7 2026-05-29 04:09:24 +00:00
Julien Cabillot af0831cc49 feat: add gitea actions 2026-05-29 00:04:32 -04:00
+5 -5
View File
@@ -1,10 +1,10 @@
name: Docker build and push
name: Docker Build and Push
on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]
schedule:
- cron: '0 0 * * *'
@@ -34,10 +34,10 @@ jobs:
type=ref,event=branch
type=ref,event=pr
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
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: ${{ github.event_name != 'pull_request' }}