Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6f43bb

Browse files
committedJun 2, 2023
images: set 0.27.0 tag for the release
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 5e597d2 commit f6f43bb

File tree

62 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+71
-71
lines changed
 

‎Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pipeline {
142142
stage('make test-with-kind') {
143143
steps {
144144
dir(path: "$REPO_DIR") {
145-
sh "make test-with-kind REG=intel/ TAG=devel"
145+
sh "make test-with-kind REG=intel/ TAG=0.27.0"
146146
}
147147
}
148148
}

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ clean:
136136

137137
ORG?=intel
138138
REG?=$(ORG)/
139-
TAG?=devel
139+
TAG?=0.27.0
140140
export TAG
141141

142142
e2e-fpga:

0 commit comments

Comments
 (0)
Please sign in to comment.