chore(deps): update alpine docker tag to v3.21.0 #416
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |