We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa16bc commit 2f19466Copy full SHA for 2f19466
1 file changed
.github/workflows/workflow.yaml
@@ -47,5 +47,5 @@ jobs:
47
kubectl config use-context my-remote-access-context
48
kubectl get pods --all-namespaces
49
kubectl config view
50
- echo "the value of TAG is ${{ IMAGE_TAG }}"
+ echo "the value of TAG is ${{ needs.build.outputs.id }}"
51
kubectl apply -f ./challenge9/kubernetes/deployment.yaml
0 commit comments