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 a5b5ecd commit f6987bcCopy full SHA for f6987bc
.github/workflows/cd-base.yml
@@ -76,6 +76,10 @@ jobs:
76
terraform workspace select ${{ inputs.deployment_env }} || \
77
terraform workspace new ${{ inputs.deployment_env }}
78
79
+ - name: Debug dockerhub_image
80
+ run: |
81
+ echo "DockerHub image from previous job: '${{ needs.pull-tag-push.outputs.dockerhub_image }}'"
82
+
83
- name: Terraform plan
84
working-directory: terraform
85
run: |
0 commit comments