fix: Remove a wrong path to the Containerfile

This commit is contained in:
Nikolai Rodionov 2023-04-24 21:03:46 +02:00
parent df68dfe375
commit dc8faa1893
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -22,6 +22,6 @@ steps:
- apk update
- apk add buildah cni-plugins iptables ip6tables
- buildah login -u allanger -p $GITEA_TOKEN git.badhouseplants.net
- buildah build -t $BUILDAH_REG:$DRONE_COMMIT_SHA -f Dockerfile-builder .
- buildah build -t $BUILDAH_REG:$DRONE_COMMIT_SHA .
- buildah push $BUILDAH_REG:$DRONE_COMMIT_SHA