fix: Remove a wrong path to the Containerfile
This commit is contained in:
parent
df68dfe375
commit
dc8faa1893
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user