mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
use github output semantics
This commit is contained in:
parent
b39de1aa61
commit
9c57053cad
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -10,7 +10,10 @@ jobs:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: version
|
||||
run: echo "::set-env name=VERSION::$(echo ${GITHUB_REF} | awk -F/ '{print $3}'"
|
||||
run: |
|
||||
VERSION=$(echo ${GITHUB_REF} | awk -F/ '{print $3}')
|
||||
echo ${VERSION}
|
||||
echo "::set-env name=VERSION::${VERSION}"
|
||||
- name: build
|
||||
run: docker build -t docker.pkg.github.com/convox/convox/convox:${VERSION} .
|
||||
- name: login
|
||||
|
||||
Loading…
Reference in New Issue
Block a user