Skip to content

chore(deps): update tonistiigi/xx docker digest to 923441d (#185) #420

chore(deps): update tonistiigi/xx docker digest to 923441d (#185)

chore(deps): update tonistiigi/xx docker digest to 923441d (#185) #420

Workflow file for this run

name: Docker
on:
workflow_dispatch: {}
# schedule:
# - cron: "0 16 * * 1"
push:
branches:
- main
paths:
- Dockerfile
- entrypoint.sh
pull_request:
paths:
- Dockerfile
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
docker:
name: docker build
uses: Docker-Collection/reusable-workflows/.github/workflows/docker-build.yml@main
with:
docker_name: "ghcr.io/docker-collection/cloudflared"
docker_label_author: "Efina"
docker_label_title: "Docker Cloudflared"
docker_label_description: "A simple version using environment control tunnel"
version_detecter: true
version_detecter_var: "CLOUDFLARED_VERSION="
special_build: true
special_build_args: "BUILDTIME"