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 c2414d5 commit c0cd32cCopy full SHA for c0cd32c
.github/workflows/deploy.yaml
@@ -104,11 +104,11 @@ jobs:
104
location: us-central1-a
105
project_id: coder-dogfood-v2
106
107
+ # Retag image as dogfood while maintaining the multi-arch manifest
108
- name: Tag image as dogfood
- run: |
109
- set -euxo pipefail
110
- # Retag image as dogfood while maintaining the multi-arch manifest
111
- docker buildx imagetools create --tag "ghcr.io/coder/coder-preview:dogfood" "$IMAGE"
+ run: docker buildx imagetools create --tag "ghcr.io/coder/coder-preview:dogfood" "$IMAGE"
+ env:
+ IMAGE: ${{ inputs.image }}
112
113
- name: Reconcile Flux
114
run: |
0 commit comments