Skip to content

Commit 1b4007d

Browse files
committed
Use v0.3.0 for building images
SKIP CI
1 parent 9e86bb1 commit 1b4007d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ steps:
1717

1818
- name: build
1919
pull: true
20-
image: docker.io/bitpoke/build:v0.3
20+
image: docker.io/bitpoke/build:v0.3.0
2121
commands:
2222
- make -j4 build
2323
depends_on:
2424
- clone
2525

2626
- name: publish
27-
image: docker.io/bitpoke/build:v0.3
27+
image: docker.io/bitpoke/build:v0.3.0
2828
commands:
2929
- /usr/local/bin/setup-credentials-helper.sh
3030
- make publish

0 commit comments

Comments
 (0)