diff --git a/.drone.yml b/.drone.yml index c88c77b..44c8fbf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - name: build image: docker commands: - - docker build + - docker build -f Dockerfile . --- kind: pipeline type: kubernetes @@ -27,6 +27,4 @@ steps: - name: build image: docker commands: - - docker login "docker.zvon.tech" -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" - - docker buildx create --use - - docker buildx build -f Dockerfile -t "docker.zvon.tech/lunch-go:${DRONE_TAG}" --platform linux/amd64,linux/arm64 --push . \ No newline at end of file + - echo "$DOCKER_PASSWORD" | docker login "docker.zvon.tech" -u "$DOCKER_USERNAME" --password-stdin \ No newline at end of file