mirror of https://github.com/mpolden/echoip
build: Build before deploying
This commit is contained in:
parent
7b98b93f52
commit
2899ca8f39
|
@ -19,6 +19,7 @@ jobs:
|
|||
run: make
|
||||
deploy:
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
|
|
Loading…
Reference in New Issue