Commit graph

14 commits

Author SHA1 Message Date
51f016b9d1
fix(rename): modify to use my forgejo instance. 2025-01-20 08:32:25 +01:00
Paul Campbell
1a89052244 build: use correct env var for auth 2025-01-12 19:44:16 +00:00
Paul Campbell
1f659c13ab build: fix typo 2025-01-12 19:15:37 +00:00
Paul Campbell
d6ea7a689e build: use env to get name of repo 2025-01-12 19:02:15 +00:00
Paul Campbell
5a5942c480 build: delete images safely and securily
- xargs -r -- only run the docker rmi command if there are images to delete
- --force  -- delete even if used
2025-01-12 18:57:54 +00:00
Paul Campbell
70e801e03c build: handle removing existing images when there are none 2025-01-12 18:51:25 +00:00
Paul Campbell
1a5bd83c1e build: clear previous version from cache 2025-01-11 18:26:16 +00:00
Paul Campbell
362a4cd064 build: get password from secrets 2025-01-11 17:05:50 +00:00
Paul Campbell
6e8d6b6e63 build: use credentials to login 2025-01-11 16:56:28 +00:00
Paul Campbell
4179c0c716 build: add docker login step 2025-01-11 08:15:59 +00:00
Paul Campbell
17860073ec build: run on ubuntu-latest 2025-01-10 21:12:28 +00:00
Paul Campbell
8019e1e247 build: run action on dind 2025-01-10 20:59:47 +00:00
Paul Campbell
d9d3dd6bf7 build: fix typo 2025-01-10 20:27:35 +00:00
kemitix
5b2365e925 build: build and publish image nightly
Removes need to update toolchain for every action step
2025-01-10 20:12:18 +00:00