Update dockerimage.yml
This commit is contained in:
parent
b945468ee2
commit
d874783b31
4
.github/workflows/dockerimage.yml
vendored
4
.github/workflows/dockerimage.yml
vendored
@ -4,12 +4,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- ci
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: {owner}/{repo}@ref
|
- uses: actions/checkout@master
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . --file Dockerfile --tag nip:$(date +%s)
|
run: docker build . --file Dockerfile --tag nip:$(date +%s)
|
||||||
|
Loading…
Reference in New Issue
Block a user