Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Build CentOS Linux Containers daily #801

Build CentOS Linux Containers daily

Build CentOS Linux Containers daily #801

Workflow file for this run

name: Build CentOS Linux Containers daily
on:
workflow_dispatch:
schedule:
- cron: '15 4 * * *'
jobs:
centos-epel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Build
run: |
./build-image.sh centos-epel --no-cache
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}