Update docker-image.yml

pull/35/head
Tomohisa Kusano 1 year ago committed by GitHub
parent ea8b996f18
commit dcf0b1aeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,17 +1,19 @@
name: Docker Image CI/CD name: Docker Image CI/CD
on: on:
workflow_dispatch:
push: push:
branches: [ "master" ] branches:
- 'master'
tags:
- '*'
pull_request: pull_request:
branches: [ "master" ] branches:
- 'master'
jobs: jobs:
docker:
build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
name: Checkout name: Checkout

Loading…
Cancel
Save