You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: drop static image version from e2e test
On-behalf-of: @SAP christopher.junk@sap.com
Signed-off-by: Christopher Junk <christopher.junk@sap.com>
* feat: release v0.1.3
On-behalf-of: @SAP christopher.junk@sap.com
Signed-off-by: Christopher Junk <christopher.junk@sap.com>
---------
Signed-off-by: Christopher Junk <christopher.junk@sap.com>
Copy file name to clipboardExpand all lines: Taskfile.yaml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,10 @@ tasks:
22
22
desc: "Build image for current platform and tag without suffix for testing"
23
23
cmds:
24
24
- task: build:img:build
25
-
- docker tag ghcr.io/openmcp-project/images/{{.COMPONENTS}}:{{.BUILD_VERSION}}-linux-{{ARCH}} ghcr.io/openmcp-project/images/{{.COMPONENTS}}:{{.VERSION}}
25
+
- docker tag ghcr.io/openmcp-project/images/{{.COMPONENTS}}:{{.VERSION}}-linux-{{ARCH}} ghcr.io/openmcp-project/images/{{.COMPONENTS}}:{{.VERSION}}
26
26
vars:
27
-
BUILD_VERSION:
28
-
sh: $COMMON_SCRIPT_DIR/get-version.sh
29
27
VERSION:
30
-
sh: cat VERSION
28
+
sh: $COMMON_SCRIPT_DIR/get-version.sh
31
29
ARCH:
32
30
sh: uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/'
0 commit comments