Compare commits

...

2 Commits

Author SHA1 Message Date
11d7d96dff use buildah to build image
Some checks failed
continuous-integration/drone/push Build is failing
2021-04-17 17:40:21 +02:00
de12f079e3 ignore *.iml 2021-04-17 17:39:38 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ name: build_lector
steps:
- name: build
image: docker:dind
privileged: true
image: buildah/buildah
commands:
- docker build -t lector .
- buildah build-using-dockerfile --format docker -t lector-docker .

1
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
*.iml