Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 715f38d

Browse files
author
kthcloud
committed
[🚚 CI] Generate build from main
1 parent 58092ec commit 715f38d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎.github/workflows/build-and-push-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: docker/build-push-action@v3
2525
with:
2626
push: true
27-
tags: registry.cloud.cbh.kth.se/landing/landing-api-v2:latest
27+
tags: registry.cloud.cbh.kth.se/sys/sys-api:latest

‎export/tygo.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
packages:
2+
- path: sys-api/dto/body
3+
output_path: types/body
4+
type_mappings:
5+
time.Time: "string"
6+
- path: sys-api/dto/query
7+
output_path: types/query
8+
type_mappings:
9+
time.Time: "string"
10+
# - path: sys-api/dto/uri
11+
# output_path: types/uri
12+
# type_mappings:
13+
# time.Time: "string"

0 commit comments

Comments
 (0)