Skip to content

Commit

Permalink
[gitlab] Migrate docker publish jobs to k8s runners (#17270)
Browse files Browse the repository at this point in the history
Migrates docker publishing jobs to the new Kubernetes-based runners.

The docker build jobs were migrated in #15511, but the publishing jobs are still using old runners.
  • Loading branch information
KSerrania authored and hannahkm committed Jun 14, 2023
1 parent c6e1462 commit a8f9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/docker_common/publish_job_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.docker_publish_job_definition:
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/datadog-agent-buildimages/deb_x64$DATADOG_AGENT_BUILDIMAGES_SUFFIX:$DATADOG_AGENT_BUILDIMAGES
tags: ["runner:main"]
tags: ["arch:amd64"]
variables:
<<: *docker_variables
IMG_VARIABLES: ""
Expand Down

0 comments on commit a8f9e82

Please sign in to comment.