Skip to content

Commit ec92aa7

Browse files
fix: nomad image tag update command
1 parent 8c77a79 commit ec92aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ jobs:
137137
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
138138
NOMAD_HTTP_AUTH: ${{ secrets.NOMAD_HTTP_AUTH }}
139139
run: |
140-
nomad var put -force nomad/jobs/prose-app-web IMAGE_TAG=${{ needs.build.outputs.tag }}
140+
nomad var get nomad/jobs/prose-app-web | nomad var put - IMAGE_TAG=${{ needs.build.outputs.revision }}

0 commit comments

Comments
 (0)