Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

chore(deps): update node.js to v18.16.1 #243

chore(deps): update node.js to v18.16.1

chore(deps): update node.js to v18.16.1 #243

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 && 'master' || 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/niconico-timeshift-register", context: "register", file: "register/Dockerfile", packageName: "niconico-timeshift-register" },
{ imageName: "tomacheese/niconico-timeshift-downloader", context: "downloader", file: "downloader/Dockerfile", packageName: "niconico-timeshift-downloader" }
]
secrets:
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}