fix ci spec

This commit is contained in:
Manuel Friedli 2023-03-31 10:19:20 +02:00 committed by Gitea
parent c69507d553
commit 0d7f216980

View file

@ -27,7 +27,8 @@ steps:
- pull_request
- name: build_docker_image
plugin: docker
commands: docker image build -f docker/Dockerfile .
commands:
- docker image build -f docker/Dockerfile .
when:
branch:
- feature/docker