Update main.yml
This commit is contained in:
parent
14c47b36cb
commit
ea1f5acfd1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
- action-test
|
- action-test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REGISTRY: r.evannregnault.dev
|
DOCKER_REGISTRY: r.regnault.dev
|
||||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
PORTAINER_API_KEY: ${{ secrets.PORTAINER_API_KEY }}
|
||||||
|
@ -58,4 +58,4 @@ jobs:
|
||||||
url: ${{ env.PORTAINER_API_WEBHOOK }}
|
url: ${{ env.PORTAINER_API_WEBHOOK }}
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
customHeaders: ${{ env.PORTAINER_API_KEY }}
|
customHeaders: ${{ env.PORTAINER_API_KEY }}
|
||||||
preventFailureOnNoResponse: true
|
preventFailureOnNoResponse: true
|
||||||
|
|
Loading…
Reference in a new issue