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: on:
pull_request: pull_request:
branches: [master] branches: [main]
push: push:
branches: [master] branches: [main]
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
@@ -27,14 +27,14 @@ jobs:
- name: Docker metadata - name: Docker metadata
id: meta id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v6
with: with:
images: jcabillot/ip images: jcabillot/ip
tags: | tags: |
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