diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index fa081dc..61fb3dc 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,8 +5,6 @@ definitions: name: build, scan, archive and publish targets defined in ./TARGET services: - docker - caches: - - docker script: - echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import - docker login -u $DOCKER_USERNAME --password-stdin <<< $DOCKER_PASSWORD