Commit 6361015 1 parent 2ac3d1d commit 6361015 Copy full SHA for 6361015
File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 88
88
runs-on : ubuntu-latest
89
89
services :
90
90
validator :
91
- image : onsdigital/eq-schema -validator:v3
91
+ image : onsdigital/eq-questionnaire -validator:latest
92
92
ports :
93
93
- 5001:5000
94
94
steps :
@@ -146,9 +146,7 @@ jobs:
146
146
- name : Write app version
147
147
run : printf "${{ github.event.pull_request.head.sha }}" > .application-version
148
148
- name : Tag
149
- run : |
150
- export BRANCH=${{ github.event.pull_request.head.ref }}
151
- echo "::set-env name=TAG::branch-$BRANCH"
149
+ run : echo "::set-env name=TAG::${{ github.event.pull_request.head.ref }}"
152
150
- name : Build
153
151
run : docker build -t onsdigital/eq-questionnaire-runner:$TAG .
154
152
- name : Push
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- branch=v3
4
- docker pull onsdigital/eq-schema -validator:$branch
5
- docker run -d -p 5001:5000 " onsdigital/eq-schema -validator:$branch "
3
+ branch=latest
4
+ docker pull onsdigital/eq-questionnaire -validator:$branch
5
+ docker run -d -p 5001:5000 " onsdigital/eq-questionnaire -validator:$branch "
You can’t perform that action at this time.
0 commit comments