Skip to content

Commit

Permalink
refs platform/3049: use global tags for runner
Browse files Browse the repository at this point in the history
  • Loading branch information
andypanix committed Dec 2, 2024
1 parent cbcf5f6 commit a7d3547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/argocd/gitlab-ci-template-gitops-argo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Available here https://raw.githubusercontent.com/sparkfabrik/spark-k8s-deployer/task/gitops_argocd_pipeline_template/templates/gitlab-ci-template-gitops-argo.yml
image: ghcr.io/sparkfabrik/spark-k8s-deployer:latest

default:
tags:
- ${RUNNER_TAG}

include:
- remote: "https://raw.githubusercontent.com/sparkfabrik/spark-k8s-deployer/master/templates/jobs/cloudsql-db-dump.yml"

Expand Down

0 comments on commit a7d3547

Please sign in to comment.