Skip to content

Commit

Permalink
.gitlab-ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Oct 5, 2023
1 parent 04defb9 commit f84f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CopyDevImages:
- crane auth login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
- crane copy "ghcr.io/quanted/wb-api:$wb_api_ghcr_tag" "$CI_REGISTRY_IMAGE/wb-api:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
- crane copy "ghcr.io/quanted/wb-redis:$wb_redis_ghcr_tag" "$CI_REGISTRY_IMAGE/wb-redis:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
- crane copy "ghcr.io/quanted/wb-redis:$wb_localstack_ghcr_tag" "$CI_REGISTRY_IMAGE/wb-localstack:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
- crane copy "ghcr.io/quanted/wb-localstack:$wb_localstack_ghcr_tag" "$CI_REGISTRY_IMAGE/wb-localstack:$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"

ApiImageScan:
stage: Image Scan
Expand Down

0 comments on commit f84f2ca

Please sign in to comment.