Skip to content

fix: enhance Cloudflare challenge solving logic and improve error han… #47

fix: enhance Cloudflare challenge solving logic and improve error han…

fix: enhance Cloudflare challenge solving logic and improve error han… #47

Workflow file for this run

name: Build and publish a Docker image to ghcr.io
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- '*.md'
- 'LICENSE'
jobs:
docker_publish:
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 # https://github.com/marketplace/actions/push-to-ghcr
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.GITHUB_TOKEN }}