See if the container can be used
All checks were successful
/ build (push) Successful in 2s
/ deploy (push) Successful in 2s

This commit is contained in:
Chris Thompson 2025-05-22 17:09:14 -04:00
parent 5a97fec279
commit 488a3fd110

View file

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