Skip to content

nginx-static-8080

nginx-static-8080 #97

name: nginx-static-8080
on:
push:
paths:
- 'nginx-static/*'
schedule:
# Runs daily
- cron: '0 1 * * *'
workflow_dispatch:
jobs:
dockerize:
uses: ./.github/workflows/dockerize.yaml
with:
contextdir: ./nginx-static
dockerfile: ./nginx-static/Dockerfile
tag: defi/nginx-static-8080:latest
secrets:
username: ${{ secrets.DOCKER_HUB_USER }}
token: ${{ secrets.DOCKER_HUB_TOKEN }}