Skip to content

Commit

Permalink
Update Semaphore configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ataklychev committed Nov 12, 2021
1 parent d84fece commit ae5926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/pipeline_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ blocks:
- checkout
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
- 'docker pull $DOCKER_USERNAME/gitlab-registry-cleaner:latest'
- 'docker build -f docker/app/Dockerfile --cache-from $DOCKER_USERNAME/gitlab-registry-cleaner:latest -t $DOCKER_USERNAME/gitlab-registry-cleaner:latest .'
- 'docker build -f docker/app/Dockerfile --cache-from $DOCKER_USERNAME/gitlab-registry-cleaner:latest -t $DOCKER_USERNAME/gitlab-registry-cleaner:latest ./../..'
- 'docker push $DOCKER_USERNAME/gitlab-registry-cleaner:latest'
secrets:
- name: dockerhub

0 comments on commit ae5926d

Please sign in to comment.