mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
update workflow
This commit is contained in:
parent
3c1f7f3d75
commit
675249f67f
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@ -6,4 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: docker build . -t convox/convox:${{github.ref}}
|
||||
- uses: actions/docker/cli@master
|
||||
args: build -t convox .
|
||||
- uses: actions/docker/tag@master
|
||||
args: convox convox/convox --no-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user