Commit graph

8 commits

Author SHA1 Message Date
d8be00c3ec
Update kaniko action and use new workdir 2025-02-05 19:46:14 +01:00
8d22f10c9f
Use new option for pointing out Dockerfile 2025-02-05 16:14:53 +01:00
d4a8902291
Update to new kaniko action 2025-02-05 16:13:25 +01:00
794f9c4d17
Remove working-directory
Did not fix anything and on closer inspection it seems this might only
be relevant when using "run".
2025-02-05 16:08:43 +01:00
4d04929b3b
Try to set working directory for kaniko
Currently unable to find Dockerfile:
```
Error: error resolving dockerfile path: please provide a valid path to a Dockerfile within the build context with --dockerfile
```
2025-02-05 14:29:45 +01:00
06e04be938
Try to cd into cloned dir
Current error:
```
Cloning into 'sunet-vcl-validator'...
fatal: reference is not a tree: 15e7af41fb56b4f19e1b6312cdd3fc697f1c0fc8
```
2025-02-05 14:24:47 +01:00
603add0f14
Use shell commands for fetching repo instead
Did not work as expected with the checkout action (it is trying to use
auth etc).
2025-02-05 14:21:36 +01:00
770bb08547
Workflow for building container from github repo 2025-02-05 13:20:42 +01:00