Skip to content

tweak refresh delay near midnight #27

tweak refresh delay near midnight

tweak refresh delay near midnight #27

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ugomeda/inkplate-dashboard:latest
- name: Push the Docker image
run: docker push ugomeda/inkplate-dashboard:latest