Skip to content

Commit

Permalink
Fix Release.yaml (sourcegraph#4319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice authored Apr 22, 2024
1 parent 6e4e4ad commit ae54636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ promoteToPublic:
cmd: |
sg ops update-images \
--kind k8s \
index.docker.io/sourcegraph \
--registry index.docker.io/sourcegraph \
--docker-username=$DOCKER_USERNAME \
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
Expand All @@ -268,7 +268,7 @@ promoteToPublic:
echo "updating ${path}"
sg ops update-images \
--kind k8s \
index.docker.io/sourcegraph \
--registry index.docker.io/sourcegraph \
--docker-username=$DOCKER_USERNAME \
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
Expand All @@ -282,7 +282,7 @@ promoteToPublic:
echo "updating ${path}"
sg ops update-images \
--kind k8s \
index.docker.io/sourcegraph \
--registry index.docker.io/sourcegraph \
--docker-username=$DOCKER_USERNAME \
--docker-password=$DOCKER_PASSWORD \
--pin-tag {{inputs.server.tag}} \
Expand Down

0 comments on commit ae54636

Please sign in to comment.