Skip to content

Commit

Permalink
ci: pass DRONE_BUILD_EVENT to dapper
Browse files Browse the repository at this point in the history
  • Loading branch information
guangbochen authored and bk201 committed Jul 7, 2023
1 parent 96a0847 commit d317ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COPY --from=luet /usr/bin/luet /usr/bin/luet
COPY --from=elemental /usr/bin/elemental /usr/bin/elemental

# You cloud defined your own rke2 url by setup `RKE2_IMAGE_REPO`
ENV DAPPER_ENV REPO TAG DRONE_TAG DRONE_BRANCH CROSS RKE2_IMAGE_REPO USE_LOCAL_IMAGES BUILD_QCOW
ENV DAPPER_ENV REPO TAG DRONE_TAG DRONE_BRANCH CROSS RKE2_IMAGE_REPO USE_LOCAL_IMAGES BUILD_QCOW DRONE_BUILD_EVENT
ENV DAPPER_SOURCE /go/src/github.com/harvester/harvester-installer/
ENV DAPPER_OUTPUT ./bin ./dist
ENV DAPPER_DOCKER_SOCKET true
Expand Down

0 comments on commit d317ad1

Please sign in to comment.