parent
62cdae0e77
commit
7da2a94eb2
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ jobs:
|
||||||
password: ${{ secrets.DEPLOY_SECRET }}
|
password: ${{ secrets.DEPLOY_SECRET }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
uses: 'https://git.euph.dev/actions/docker-build-push@v5'
|
||||||
|
env:
|
||||||
|
ACTIONS_RUNTIME_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
context: images/actions/act
|
context: images/actions/act
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue