Skip to content

Removed queue_workers_if_queue_empty #10

Removed queue_workers_if_queue_empty

Removed queue_workers_if_queue_empty #10

Workflow file for this run

name: Publish Docker Image to GHCR
on:
push
jobs:
build_and_push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push the image
run: |
docker login --username goingoffroading --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --tag ghcr.io/goingoffroading/boilest-worker:latest
docker push ghcr.io/goingoffroading/boilest-worker:latest