Update .drone.yml

This commit is contained in:
Shubham Agrawal
2023-01-10 21:32:55 +05:30
committed by GitHub
parent c11b39af26
commit db3f9ad9ae

View File

@@ -15,16 +15,6 @@ steps:
- go test ./...
- sh scripts/build.sh
- name: publish (dry run)
image: plugins/docker
pull: if-not-exists
settings:
dry_run: true
repo: plugins/github-actions
dockerfile: docker/Dockerfile.linux.amd64
tags:
- latest
- name: publish
image: plugins/docker
pull: if-not-exists