File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ inputs:
1212 description : " A string of the base image name for the deployed code location image."
1313runs :
1414 using : " docker"
15- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
15+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
1616 entrypoint : " /copy_template.sh"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ outputs:
3939 description : " The Cloud deployment associated with this branch."
4040runs :
4141 using : " docker"
42- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
42+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
4343 entrypoint : " /deploy.sh"
4444 args :
4545 - ${{ inputs.pr }}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ outputs:
1515 description : " The Cloud deployment associated with this branch."
1616runs :
1717 using : " docker"
18- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
18+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
1919 entrypoint : " /get_branch_deployment.sh"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ inputs:
3030
3131runs :
3232 using : " docker"
33- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
33+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
3434 entrypoint : " /notify.sh"
3535 args :
3636 - ${{ inputs.pr }}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ inputs:
1212 description : " Alternative to providing organization ID. The URL of your Dagster Cloud organization."
1313runs :
1414 using : " docker"
15- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
15+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
1616 entrypoint : " /registry_info.sh"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ outputs:
4242 description : " The ID of the launched run."
4343runs :
4444 using : " docker"
45- image : " docker://ghcr.io/dagster-io/dagster-cloud-action:dev "
45+ image : " docker://ghcr.io/dagster-io/dagster-cloud-action:debugging "
4646 entrypoint : " /run.sh"
4747 args :
4848 - ${{ inputs.pr }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ deploy-branch:
1212 stage : deploy
1313 rules :
1414 - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
15- image : ghcr.io/dagster-io/dagster-cloud-action:dev
15+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
1616 script :
1717 # first create the branch deployment
1818 - export PR_TIMESTAMP=$(git log -1 --format='%cd' --date=unix)
@@ -51,7 +51,7 @@ deploy-branch:
5151
5252close_branch :
5353 stage : deploy
54- image : ghcr.io/dagster-io/dagster-cloud-action:dev
54+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
5555 when : manual
5656 only :
5757 - merge_requests
@@ -76,7 +76,7 @@ deploy:
7676 stage : deploy
7777 rules :
7878 - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
79- image : ghcr.io/dagster-io/dagster-cloud-action:dev
79+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
8080 script :
8181 # install dbt package
8282 - pip install pip --upgrade
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ workflow:
2929
3030initialize :
3131 stage : setup
32- image : ghcr.io/dagster-io/dagster-cloud-action:dev
32+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
3333 script :
3434 - export
3535 - dagster-cloud ci check --project-dir=$DAGSTER_PROJECT_DIR --dagster-cloud-yaml-path=$DAGSTER_CLOUD_YAML_PATH
@@ -75,7 +75,7 @@ deploy-docker:
7575 dependencies :
7676 - build-image
7777 - initialize
78- image : ghcr.io/dagster-io/dagster-cloud-action:dev
78+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
7979 script :
8080 - dagster-cloud ci set-build-output --image-tag=$IMAGE_TAG
8181 - dagster-cloud ci deploy
@@ -87,7 +87,7 @@ deploy-docker-branch:
8787 dependencies :
8888 - build-image
8989 - initialize
90- image : ghcr.io/dagster-io/dagster-cloud-action:dev
90+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
9191 script :
9292 - dagster-cloud ci set-build-output --image-tag=$IMAGE_TAG
9393 - dagster-cloud ci deploy
@@ -97,7 +97,7 @@ deploy-docker-branch:
9797
9898close-branch :
9999 stage : deploy
100- image : ghcr.io/dagster-io/dagster-cloud-action:dev
100+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
101101 when : manual
102102 only :
103103 - merge_requests
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deploy-branch:
99 stage : deploy
1010 rules :
1111 - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
12- image : ghcr.io/dagster-io/dagster-cloud-action:dev
12+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
1313 script :
1414 # first create the branch deployment
1515 - export PR_TIMESTAMP=$(git log -1 --format='%cd' --date=unix)
@@ -37,7 +37,7 @@ deploy-branch:
3737
3838close_branch :
3939 stage : deploy
40- image : ghcr.io/dagster-io/dagster-cloud-action:dev
40+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
4141 when : manual
4242 only :
4343 - merge_requests
@@ -62,6 +62,6 @@ deploy:
6262 stage : deploy
6363 rules :
6464 - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
65- image : ghcr.io/dagster-io/dagster-cloud-action:dev
65+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
6666 script :
6767 - /gitlab_action/deploy.py ./dagster_cloud.yaml
You can’t perform that action at this time.
0 commit comments