fix: Specify Dockerfile to be run
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lukas | AstroGD 2024-07-22 14:06:54 +02:00
parent ba4a1df5b0
commit bb4c4cd34a
Signed by: AstroGD
GPG Key ID: 82A5E6C236C535AA

View File

@ -19,6 +19,7 @@ steps:
tags:
- lts-alpine
- lts
dockerfile: lts/Dockerfile
- name: build-latest
image: plugins/docker
settings:
@ -30,6 +31,7 @@ steps:
tags:
- latest-alpine
- latest
dockerfile: latest/Dockerfile
---
kind: pipeline
@ -52,6 +54,7 @@ steps:
tags:
- lts-alpine
- lts
dockerfile: lts/Dockerfile
- name: build-latest
image: plugins/docker
settings:
@ -63,9 +66,10 @@ steps:
tags:
- latest-alpine
- latest
dockerfile: latest/Dockerfile
---
kind: signature
hmac: ca96c5b12444e50535a1817f718a53211b80d66deca3ded0a909066f54562054
hmac: e751fb83a80f0db2389261287d1d9abd39dbfb0a3abf0984b8c03e92235872d3
...