Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ vars:
STREAMER_TAG: "{{.OPERATOR_TAG}}"
STREAMER_SRC: "docker.io/apache/openserverless-streamer:{{.STREAMER_TAG}}"

ADMIN_API_TAG: "{{.OPERATOR_TAG}}"
ADMIN_API_TAG:
sh: git -C admin-api rev-parse --short HEAD
ADMIN_API_SRC: "docker.io/apache/openserverless-admin-api:{{.ADMIN_API_TAG}}"

RUNTIMES_TAG: "{{.OPERATOR_TAG}}"
Expand Down Expand Up @@ -109,7 +110,7 @@ tasks:
dir: admin-api
cmds:
- echo Building {{.ADMIN_API_SRC}}
- git tag -d $(git tag) && git tag {{.STREAMER_TAG}}
- git tag -d $(git tag) && git tag {{.ADMIN_API_TAG}}
- echo -e "NAMESPACE=apache\nREGISTRY=dockerhub\n" >.env
- task buildx
- task: image-save
Expand Down
2 changes: 1 addition & 1 deletion cli
2 changes: 1 addition & 1 deletion olaris
2 changes: 1 addition & 1 deletion testing