1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00

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
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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