Updates for build #50
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@ name: 'Build and Test'
|
||||||
description: 'Build and test hub'
|
description: 'Build and test hub'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'jeffreypicard/hub-github-action:dev2'
|
image: 'jeffreypicard/hub-github-action:dev'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM jeffreypicard/hub-github-env
|
FROM jeffreypicard/hub-github-env:dev
|
||||||
|
|
||||||
COPY scripts/build_and_test.sh /build_and_test.sh
|
COPY scripts/build_and_test.sh /build_and_test.sh
|
||||||
# COPY . /hub
|
# COPY . /hub
|
||||||
|
|
Loading…
Reference in a new issue