update workflow

This commit is contained in:
David Dollar 2019-08-26 14:22:49 -04:00
parent 3c1f7f3d75
commit 675249f67f
No known key found for this signature in database
GPG Key ID: AFAF263FB45B2124

View File

@ -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