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 8c77a79 commit ec92aa7Copy full SHA for ec92aa7
.github/workflows/build.yml
@@ -137,4 +137,4 @@ jobs:
137
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
138
NOMAD_HTTP_AUTH: ${{ secrets.NOMAD_HTTP_AUTH }}
139
run: |
140
- nomad var put -force nomad/jobs/prose-app-web IMAGE_TAG=${{ needs.build.outputs.tag }}
+ nomad var get nomad/jobs/prose-app-web | nomad var put - IMAGE_TAG=${{ needs.build.outputs.revision }}
0 commit comments