Skip to content

build(deps): bump github.com/cloudflare/cloudflare-go from 0.61.0 to 0.69.0 #190

build(deps): bump github.com/cloudflare/cloudflare-go from 0.61.0 to 0.69.0

build(deps): bump github.com/cloudflare/cloudflare-go from 0.61.0 to 0.69.0 #190

Workflow file for this run

name: docker
on:
push:
tags-ignore:
- v*-*-*
pull_request:
jobs:
build:
name: Build
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
if: startsWith(github.ref, 'refs/tags/')
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
if: startsWith(github.ref, 'refs/tags/')
uses: docker/setup-buildx-action@v2
- name: Check out code into the Go module directory
if: startsWith(github.ref, 'refs/tags/')
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
if: startsWith(github.ref, 'refs/tags/')
uses: docker/login-action@v2
with:
registry: ghcr.io
username: andatoshiki
password: ${{ secrets.CR_PAT }}
- name: Build and push Docker images
if: startsWith(github.ref, 'refs/tags/')
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64
context: .
tags: ghcr.io/andatoshiki/toshiki-proxypool:latest