chore(cicd): remove Docker cache

This commit is contained in:
Tiara Rodney 2025-06-02 01:15:11 +02:00
parent 5fe08bda03
commit 0561ae4369
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB

View file

@ -5,8 +5,6 @@ definitions:
name: build, scan, archive and publish targets defined in ./TARGET name: build, scan, archive and publish targets defined in ./TARGET
services: services:
- docker - docker
caches:
- docker
script: script:
- echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import - echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import
- docker login -u $DOCKER_USERNAME --password-stdin <<< $DOCKER_PASSWORD - docker login -u $DOCKER_USERNAME --password-stdin <<< $DOCKER_PASSWORD