Skip to content

Commit

Permalink
Fix styrdokument taitan version
Browse files Browse the repository at this point in the history
  • Loading branch information
foodelevator committed Jul 4, 2024
1 parent dc5ee45 commit 4a9e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
NOMAD_ADDR: ${{ vars.NOMAD_ADDR }}
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }}
run: |
nomad run -var=bawang_image_tag=${{ env.current }} -var=styrdokument_image_tag=f1e1398 job.nomad.hcl
nomad run -var=bawang_image_tag=${{ env.current }} -var=styrdokument_image_tag=ghcr.io/${{ github.repository }}:f1e1398 job.nomad.hcl
# todo: remove this hardcoded thingie whence styrdokument-bawang is ready for new taitan

0 comments on commit 4a9e3df

Please sign in to comment.