2 Commits

Author SHA1 Message Date
renovate d1139191ec Update docker/metadata-action action to v6 2026-05-29 05:13:14 +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 * * *'
@@ -27,14 +27,14 @@ jobs:
- name: Docker metadata
id: meta
uses: docker/metadata-action@v5
uses: docker/metadata-action@v6
with:
images: jcabillot/ip
tags: |
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