mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
restore build directory
This commit is contained in:
parent
fc64cfc9d4
commit
dee314c3a0
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- name: version
|
||||
run: echo ${GITHUB_REF} | awk -F/ '{print $3}' > ${GITHUB_WORKSPACE}/VERSION && cat ${GITHUB_WORKSPACE}/VERSION
|
||||
- name: build
|
||||
run: docker build -t docker.pkg.github.com/convox/convox/convox:$(cat ${GITHUB_WORKSPACE}/VERSION)
|
||||
run: docker build -t docker.pkg.github.com/convox/convox/convox:$(cat ${GITHUB_WORKSPACE}/VERSION) .
|
||||
- name: login
|
||||
run: docker login docker.pkg.github.com --username convox --password "${GITHUB_TOKEN}"
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user