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

Commit d874783

Browse files
authored
Update dockerimage.yml
1 parent b945468 commit d874783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches:
66
- master
7-
7+
- ci
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: {owner}/{repo}@ref
13+
- uses: actions/checkout@master
1414
- name: Build the Docker image
1515
run: docker build . --file Dockerfile --tag nip:$(date +%s)

0 commit comments

Comments
 (0)