cleanup build action
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 45s
All checks were successful
Build and Deploy Docker Container / build-and-deploy (push) Successful in 45s
This commit is contained in:
@@ -41,17 +41,3 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- name: Clean up Docker images
|
- name: Clean up Docker images
|
||||||
run: docker image prune -f
|
run: docker image prune -f
|
||||||
|
|
||||||
- name: Portainer Deployment
|
|
||||||
uses: portainer/portainer-gitea-action@v1
|
|
||||||
with:
|
|
||||||
gitea_url: "https://git.allucanget.biz"
|
|
||||||
gitea_token: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
gitea_repo: "${{ secrets.GITEA_REPO }}"
|
|
||||||
stack_file_path: "docker-compose.yml"
|
|
||||||
stack_name: "thc-webhook"
|
|
||||||
endpoint_name: "local"
|
|
||||||
prune: true
|
|
||||||
pull_image: true
|
|
||||||
update: true
|
|
||||||
redeploy: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user