We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e8e04 commit 0026fb3Copy full SHA for 0026fb3
1 file changed
.github/workflows/deployment.yaml
@@ -160,6 +160,7 @@ jobs:
160
password: '${{ secrets.artifact-registry-uploader-json-creds }}'
161
- name: Deploy manifests
162
run: |
163
+ IMAGE=us-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator
164
VERSION=${{ needs.set-variables.outputs.version }}
165
for MANIFEST_TAG in ${VERSION} ${{ inputs.deploy-channel }}; do
166
docker manifest create ${IMAGE}:${MANIFEST_TAG} \
0 commit comments