Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit e3c3744

Browse files
authored
Create dockerimage.yml
1 parent f0255a8 commit e3c3744

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Docker Image CI
2+
3+
on: [push]
4+
5+
jobs:
6+
7+
build:
8+
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v1
13+
- name: Build the Docker image
14+
run: docker build . --file Dockerfile --tag omniscrapper/omniscrapper_hq:$(date +%s)

0 commit comments

Comments
 (0)