From 0561ae4369a5d022771d4cf14a9781a415b69b99 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Mon, 2 Jun 2025 01:15:11 +0200 Subject: [PATCH] chore(cicd): remove Docker cache --- bitbucket-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) 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