Files
Ludovic Cartier 3c6a69fa14
docker / docker (push) Successful in 23s
re-enable options
2026-04-22 14:31:35 +02:00

41 lines
935 B
YAML

---
name: docker
on:
schedule:
- cron: '0 5 1 * *'
push:
branches:
- "main"
jobs:
docker:
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
with:
driver: docker
- uses: docker/login-action@v3
with:
registry: git.bbee.fr
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_API_TOKEN }}
- uses: docker/build-push-action@v7
#env:
# ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: .
file: ./Dockerfile
platforms: |
linux/amd64
push: true
provenance: false
sbom: false
tags: git.bbee.fr/${{ github.repository }}:latest
#tags: git.bbee.fr/docker-ci/debian-moustache:latest