Open andrekolodochka opened 3 years ago
Thanks for opening this issue!
One of GitHub's maintainers will triage this issue. You can help speed this up by giving us as much detail as possible in your report. If you're reporting a bug, please let us know if you can replicate it with consistency.
You may be able to address this issue yourself! Start by reading the contributing guide.
Describe the bug Incorrect instructions in GitHub Actions: Continuous Delivery with Azure lab
To Reproduce The Step 8 in the lab requests to add the following lines to
deploy-prod.yml
:(
andrekolodochka-ttt-app
above will be different for each user)Doing so will result in errors in
create image and store in Packages
step:Expected behavior The correct lines to add are:
(again,
andrekolodochka
above will be different per user)This is actually how it is shown at a later Step 9 in the same PR in the lab:
So if I copy and replace the whole workflow in Step 9 - it would work. But if I only copy-paste the
jobs
section - I'd get an error increate image and store in Packages
step.