This commit is contained in:
parent
280b15ce62
commit
56d129cedf
1 changed files with 4 additions and 1 deletions
|
@ -28,4 +28,7 @@ jobs:
|
|||
with:
|
||||
context: "{{defaultContext}}:images/actions/act"
|
||||
push: true
|
||||
tags: actions/docker_images:latest
|
||||
tags: actions/docker_images:latest
|
||||
registry: git.euph.dev
|
||||
username: ${{ secrets.DEPLOY_USER }}
|
||||
password: ${{ secrets.DEPLOY_SECRET }}
|
Loading…
Reference in a new issue