chore: fix missing variable in deploy workflow (#20136)

already in release branch and tested working
This commit is contained in:
Dean Sheather
2025-10-02 16:08:29 +10:00
committed by GitHub
parent e5c8c9bdaf
commit d2c286d9b0
+4 -4
View File
@@ -104,11 +104,11 @@ jobs:
location: us-central1-a
project_id: coder-dogfood-v2
# Retag image as dogfood while maintaining the multi-arch manifest
- name: Tag image as dogfood
run: |
set -euxo pipefail
# Retag image as dogfood while maintaining the multi-arch manifest
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 }}
- name: Reconcile Flux
run: |