Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ebeaa551ff | |||
4dedea1949 | |||
bb29a70f4c |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@ -38,3 +38,12 @@ jobs:
|
||||
run: |
|
||||
docker push ghcr.io/luketainton/roboluke-tasks:latest
|
||||
docker push ghcr.io/luketainton/roboluke-tasks:${{ needs.release.outputs.new_tag }}
|
||||
|
||||
deploy:
|
||||
name: Update Portainer Deployment
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: fjogeleit/http-request-action@v1
|
||||
with:
|
||||
url: ${{ secrets.PORTAINER_WEBHOOK_URL }}
|
||||
method: POST
|
||||
|
Reference in New Issue
Block a user