Skip to content

Commit 21b963e

Browse files
committed
Fix image publishing for e2e tests
1 parent b721a9d commit 21b963e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.drone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ steps:
172172
<<: *e2eEnvironment
173173
commands:
174174
- /usr/local/bin/setup-credentials-helper.sh
175-
- make publish
175+
- make .img.release.build
176+
- make img.publish
176177
depends_on:
177178
- build
178179

0 commit comments

Comments
 (0)