Skip to content

Commit

Permalink
Also push executors
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchabran committed Feb 1, 2024
1 parent dd80fd7 commit f615ad1
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ internal:
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
base/
# - name: "sg ops (executors)"
# cmd: |
# sg ops update-images \
# --kind k8s \
# --docker-username=$DOCKER_USERNAME \
# --docker-password=$DOCKER_PASSWORD \
# --pin-tag {{tag}} \
# components/executors/
- name: "sg ops (executors)"
cmd: |
sg-rfc795 ops update-images \
--kind k8s \
--registry us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-internal \
--docker-username=$DOCKER_USERNAME \
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
components/executors/
- name: "git"
cmd: |
echo "Creating branch wip_{{version}}"
Expand Down Expand Up @@ -87,6 +88,15 @@ promoteToPublic:
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
base/
- name: "sg ops (executors)"
cmd: |
sg-rfc795 ops update-images \
--kind k8s \
--registry us-central1-docker.pkg.dev/sourcegraph-ci/rfc795-public \
--docker-username=$DOCKER_USERNAME \
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
components/executors/
- name: "git"
cmd: |
echo "Creating branch promote-release_{{version}}"
Expand Down

0 comments on commit f615ad1

Please sign in to comment.