parent
7da2a94eb2
commit
08ae4e0971
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ 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
|
||||||
tags: user/act:latest
|
tags: actions/act:latest
|
Loading…
Reference in a new issue