Skip to content

chore(deps): update dependency @book000/pixivts to v0.30.48 #1888

chore(deps): update dependency @book000/pixivts to v0.30.48

chore(deps): update dependency @book000/pixivts to v0.30.48 #1888

Workflow file for this run

# 任意のレジストリに Docker image を公開orビルドする。
# プルリクの作成・更新時に動作する。
name: Docker
on:
pull_request:
branches:
- main
- master
types:
- opened
- synchronize
paths:
- .github/workflows/docker.yml
pull_request_target:
branches:
- main
- master
types:
- opened
- synchronize
- reopened
- closed
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.merged == true && github.base_ref || github.event.pull_request.head.sha }}
jobs:
docker-ci:
name: Docker CI
uses: book000/templates/.github/workflows/reusable-docker.yml@master
with:
targets: >-
[
{ imageName: "tomacheese/pixiv-public-to-private", context: ".", file: "Dockerfile", packageName: "pixiv-public-to-private" }
]
# registry: registry.hub.docker.com # default: ghcr.io
# platforms: linux/amd64 # default: linux/amd64,linux/arm64
secrets:
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}