1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Create docker-image.yml (#4)

This commit is contained in:
Przemek Dragańczuk 2020-09-07 16:19:14 +02:00 committed by GitHub
parent 575c73a71b
commit 8734ba63d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/docker-image.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)