mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 16:50:46 +08:00
try kicking off netmaker-devops workflow
This commit is contained in:
parent
61c66b1cc2
commit
20aff2f968
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker-test.yml
vendored
5
.github/workflows/docker-test.yml
vendored
|
|
@ -29,4 +29,9 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: ghcr.io/gravitl/netmaker:testing
|
||||
- name: Deploy Testing Server and Client(s)
|
||||
run: |
|
||||
curl -X POST https://api.github.com/mattkasun/terraform-test/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue