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

Commit b945468

Browse files
authored
init action for dockerfile
1 parent 57d8fb0 commit b945468

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/dockerimage.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Docker Image CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: {owner}/{repo}@ref
14+
- name: Build the Docker image
15+
run: docker build . --file Dockerfile --tag nip:$(date +%s)

0 commit comments

Comments
 (0)