We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf9886 commit 241c1ddCopy full SHA for 241c1dd
2 files changed
.github/workflows/docker.yml
@@ -21,4 +21,4 @@ jobs:
21
uses: docker/build-push-action@v3
22
with:
23
push: true
24
- tags: rdb91/gitops-pusher:latest
+ tags: tailscale/gitops-pusher:latest
.gitlab/tailscale-acls-gitops.yml
@@ -0,0 +1,15 @@
1
+image:
2
+ name: rdb91/gitops-pusher:latest
3
+ entrypoint: [""]
4
+
5
+validate tailscale acls:
6
+ script:
7
+ - gitops-pusher --policy-file=${TAILSCALE_POLICY_FILE:-policy.hujson} test
8
9
+push:
10
+ needs:
11
+ - validate tailscale acls
12
13
+ - gitops-pusher --policy-file=${TAILSCALE_POLICY_FILE:-policy.hujson} apply
14
+ rules:
15
+ - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0 commit comments