XpiritBV / ActionsFundamentals-20230327

MIT License
0 stars 2 forks source link

🔍 Retro Day two: What can be improved? #7

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

What can be improved? What was missing? Any additional comments? Comment below 👇

imachequa commented 1 year ago

it looks like training needs a bit extra time for those hands-on and a bit more practical examples.

frednntelia commented 1 year ago

in hindsight i would have appreciated 3min demo of Actions working in concert with GitHub Packages.

rajbos commented 1 year ago

in hindsight i would have appreciated 3min demo of Actions working in concert with GitHub Packages.

@frednntelia : the thing is that Packages is so vast! You can store a lot of different things in them, but in the end for example for docker it is no more then:

docker build -t my-version .
docker push -t my-version ghcr.io/owner/repo

More training info on Packages can be found on MSLearn (highly recommended!).