Skip to content

Commit 60346d7

Browse files
committed
feat(ci): use non-acc runner
1 parent 7617562 commit 60346d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default:
33
name: gcr.io/kaniko-project/executor:debug
44
entrypoint: [ "" ]
55
tags:
6-
- ord1-tenant-acc
6+
- ord1-tenant
77

88
stages:
99
- build
@@ -77,4 +77,4 @@ release:
7777
--context . \
7878
--dockerfile $DOCKERFILE \
7979
--destination $RELEASE_IMAGE \
80-
--destination $LATEST_IMAGE
80+
--destination $LATEST_IMAGE

0 commit comments

Comments
 (0)