Skip to content

.github/workflows/main.yml #47

.github/workflows/main.yml

.github/workflows/main.yml #47

Workflow file for this run

on:
push:
branches:
- main
schedule:
- cron: '0 4 * * *'
env:
TERM: xterm
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build images
run: ./create-latest