Commit Graph

21 Commits

Author SHA1 Message Date
Viktor Strate Kløvedal
c432036a7f Fix syntax error 2021-03-28 23:07:06 +02:00
Viktor Strate Kløvedal
cf36b9ec8d Push individual images, combine afterwards 2021-03-28 23:03:42 +02:00
Viktor Strate Kløvedal
1543f74f6c Update load images step 2021-03-28 21:52:26 +02:00
Viktor Strate Kløvedal
41520f912a Format artifact name to not contain '/' 2021-03-28 21:46:50 +02:00
Viktor Strate Kløvedal
9d43104126 Fix path to artifact 2021-03-28 21:32:22 +02:00
Viktor Strate Kløvedal
d7bdefa42b Add missing docker build output directory 2021-03-28 21:30:20 +02:00
Viktor Strate Kløvedal
5ec05e54ea Ghactions save docker images in artifacts 2021-03-28 21:24:32 +02:00
Viktor Strate Kløvedal
3224cc8ce7 Use a ghaction matrix in docker build
to build each architecture individually
2021-03-28 19:39:22 +02:00
Viktor Strate Kløvedal
e29beea1ff Add secret to cache key
To make it possible to invalidate cache if needed
2021-03-28 19:27:25 +02:00
viktorstrate
ec2a6e4ded Remove cache restore key 2021-03-28 18:43:58 +02:00
viktorstrate
440647836e Set fixed ubuntu version for gh actions 2021-02-16 10:44:38 +01:00
viktorstrate
4cd822f068 Update gomod to reflect repo transfer 2020-12-17 22:51:43 +01:00
Viktor Strate Kløvedal
f2212988b7 Fix github actions docker builds (#152)
- Use QEMU for multiplatforms (needed after updating buildx-action)
- Cleanup Dockerfile
2020-12-09 19:24:39 +01:00
Viktor Strate Kløvedal
d4900b76d0 Replace buildx action (#151)
Replace `crazy-max/ghaction-docker-buildx@v3` with `docker/setup-buildx-action@v1`, since the old version has been archived and moved to the new one
2020-12-09 11:52:36 +01:00
viktorstrate
87b87009b5 Disable some gh actions on forks 2020-10-14 17:52:54 +02:00
viktorstrate
9939818cf0 Disable docker check manifest step
as it often returned false positives
2020-09-27 20:59:14 +02:00
Viktor Strate Kløvedal
b54b04265e Fix small mistake in github builds 2020-08-15 15:41:05 +02:00
Viktor Strate Kløvedal
fadfc396ad Add less specific versions to docker release
Eg. if version 1.2.3 is released the following tags will be updated/created `1.2.3`, `1.2`, `1`, `latest`.
2020-08-15 15:36:41 +02:00
viktorstrate
ef6f3a331c Cleanup actions and setup docker build cache 2020-08-09 21:13:25 +02:00
viktorstrate
b12638b215 Fix docker build errors 2020-08-09 20:57:28 +02:00
viktorstrate
e71e4eb12d Work towards multi-arch docker builds 2020-08-09 20:32:02 +02:00