Skip to content

Commit 0026fb3

Browse files
committed
Add missing IMAGE parameter for docker manifest again
1 parent 96e8e04 commit 0026fb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160
password: '${{ secrets.artifact-registry-uploader-json-creds }}'
161161
- name: Deploy manifests
162162
run: |
163+
IMAGE=us-docker.pkg.dev/android-cuttlefish-artifacts/cuttlefish-orchestration/cuttlefish-cloud-orchestrator
163164
VERSION=${{ needs.set-variables.outputs.version }}
164165
for MANIFEST_TAG in ${VERSION} ${{ inputs.deploy-channel }}; do
165166
docker manifest create ${IMAGE}:${MANIFEST_TAG} \

0 commit comments

Comments
 (0)