Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Docker Build and Push: - echo "== push ==" - "docker push europe-west1-docker.pkg.dev/brainosis/eeg-app-backend:${IMAGE_TAG}" rules: - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_TAG - if: $CI_PIPELINE_SOURCE == 'push' when: on_success after_script: - echo '# Exporting parameters for Docker Build and Push' Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ Docker Build and Push: - echo "== push ==" - "docker push europe-west1-docker.pkg.dev/brainosis/eeg-app-backend:${IMAGE_TAG}" rules: - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_TAG - if: $CI_PIPELINE_SOURCE == 'push' when: on_success after_script: - echo '# Exporting parameters for Docker Build and Push' Loading