Nightly build of main
All checks were successful
BuildMain / BuildLatest (push) Successful in 15m56s
BuildTag / BuildNightly (push) Successful in 13m35s

This commit is contained in:
Guillaume Lapierre 2024-11-04 19:35:56 +01:00
parent 528f41b3ac
commit e605ca18a5

View File

@ -0,0 +1,35 @@
#
# Build docker image
#
name: BuildTag
run-name: ${{ gitea.actor }} running CI in the pipeline 🚀
on:
schedule:
- cron: "0 2 * * *"
jobs:
BuildNightly:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: cth-ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Set up docker buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
network=giteanet
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push version
uses: docker/build-push-action@v5
env:
ACTIONS_RUNTIME_TOKEN: ''
with:
push: true
tags: zeguigui/open-report-analyzer:latest