Skip to content

Added countdown page #33

Added countdown page

Added countdown page #33

name: Docker Image CI (Staging)
on:
push:
branches: ['staging']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}
image_tag: staging