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
0da662a57d
commit
4c5b4b275f
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -12,10 +12,9 @@ jobs:
|
||||
- name: version
|
||||
run: |
|
||||
VERSION=$(echo ${GITHUB_REF} | awk -F/ '{print $3}')
|
||||
echo ${VERSION}
|
||||
echo "::set-env name=VERSION::${VERSION}"
|
||||
- name: build
|
||||
run: echo ${VERSION} && docker build -t docker.pkg.github.com/convox/convox/convox:${VERSION} .
|
||||
run: docker build -t docker.pkg.github.com/convox/convox/convox:${VERSION} .
|
||||
- name: login
|
||||
run: docker login docker.pkg.github.com --username convox --password "${GITHUB_TOKEN}"
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user