This commit is contained in:
parent
afada5908d
commit
f1b35e7c05
14
.github/workflows/dockerimage.yml
vendored
Normal file
14
.github/workflows/dockerimage.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Docker Image CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Build the Docker image
|
||||||
|
run: docker build . --file Dockerfile --tag yagcdn:$(date +%s)
|
Loading…
Reference in New Issue
Block a user