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

Commit 28bf9a7

Browse files
authored
Merge pull request #5 from resmo/ci
2 parents b945468 + d132c4a commit 28bf9a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on:
44
push:
55
branches:
66
- master
7-
87
jobs:
98
build:
109
runs-on: ubuntu-latest
11-
10+
1211
steps:
13-
- uses: {owner}/{repo}@ref
12+
- uses: actions/checkout@master
1413
- name: Build the Docker image
1514
run: docker build . --file Dockerfile --tag nip:$(date +%s)

0 commit comments

Comments
 (0)