mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2024-12-22 15:36:24 -05:00
Create dockerimage2.yml
This commit is contained in:
parent
771661e397
commit
9719f7d69d
17
.github/workflows/dockerimage2.yml
vendored
Normal file
17
.github/workflows/dockerimage2.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag osselbot:$(date +%s)
|
Loading…
Reference in New Issue
Block a user