Skip to content

more timezone fixes #12

more timezone fixes

more timezone fixes #12

Workflow file for this run

name: Docker Image CI for GHCR
on:
push
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and push the image
run: |
docker login --username outerwinnie --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/outerwinnie/recuerdate-bot:latest
docker push ghcr.io/outerwinnie/recuerdate-bot:latest