We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec4870 commit dad3a8dCopy full SHA for dad3a8d
.github/workflows/runme-image.yml
@@ -47,9 +47,8 @@ jobs:
47
# Right now the static assets are only around 3.4Mb
48
- name: Pull app assets (OCI)
49
run: |
50
- go run ./cmd/runme agent download-assets --assets-dir "$HOME/.runme-agent/assets"
51
- rm -rf pkg/agent/server/dist
52
- mv "$HOME/.runme-agent/assets" pkg/agent/server/dist
+ rm -rf ./kodata
+ go run . agent download-assets --assets-dir ./kodata
53
54
- name: Compute image tags
55
id: tags
0 commit comments