See if the container can be used
This commit is contained in:
parent
5a97fec279
commit
488a3fd110
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
|||
deploy:
|
||||
needs: build
|
||||
if: vars.DEPLOY_TEST == 1
|
||||
container:
|
||||
image: git.agaric.com/agaric/deploycontainer:0.0.3
|
||||
credentials:
|
||||
username: ${ github.actor }
|
||||
password: ${ secrets.github_token }
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good, REALLY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue