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
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches:
- 'master'
tags:
- '*'
pull_request:
branches: [ "master" ]
branches:
- 'master'
jobs:
build:
docker:
runs-on: ubuntu-latest
steps:
-
name: Checkout

Loading…
Cancel
Save