tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 97 forks source link

upgrade github actions to their latest available versions #541

Closed kevinpapst closed 1 year ago

kevinpapst commented 1 year ago

a little bit like #453 but with a much smaller focus

this is a first step to get rid of all deprecations during the build. i will send some more PRs later on

and btw: i couldn't test if they work properly...

tobybatch commented 1 year ago

@kevinpapst The build default action doesn't try and build the ARM images, just the AMD/x86 version. Use that for now and I'll fix the ARM version when I get a chance.

kevinpapst commented 1 year ago

Why are there so many different build files in the first place and can we reduce that to one (or maybe two: one for manual builds and one for the triggered build?

And why is the one that is triggered by my releases "deprecated"?