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

Build SAN Container daily #556

Build SAN Container daily

Build SAN Container daily #556

Workflow file for this run

name: Build SAN Container daily
on:
workflow_dispatch:
schedule:
- cron: '55 4 * * *'
jobs:
rocker-gcc-san:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Build
run: |
./build-image.sh rocker-gcc-san --no-cache
env:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}