@@ -10,7 +10,7 @@ workflow:
1010
1111parse-workspace :
1212 stage : setup
13- image : ghcr.io/dagster-io/dagster-cloud-action:dev
13+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
1414 script :
1515 - python /gitlab_action/parse_workspace.py dagster_cloud.yaml >> build.env
1616 - cp /Dockerfile.template .
@@ -23,7 +23,7 @@ parse-workspace:
2323
2424fetch-registry-info :
2525 stage : setup
26- image : ghcr.io/dagster-io/dagster-cloud-action:dev
26+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
2727 script : dagster-cloud serverless registry-info --url $DAGSTER_CLOUD_URL/prod --api-token $DAGSTER_CLOUD_API_TOKEN | grep '=' >> registry.env
2828 artifacts :
2929 reports :
@@ -53,7 +53,7 @@ deploy-docker:
5353 - build-image
5454 - parse-workspace
5555 - fetch-registry-info
56- image : ghcr.io/dagster-io/dagster-cloud-action:dev
56+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
5757 script :
5858 - dagster-cloud workspace add-location
5959 --url $DAGSTER_CLOUD_URL/prod
@@ -74,7 +74,7 @@ deploy-docker-branch:
7474 - build-image
7575 - parse-workspace
7676 - fetch-registry-info
77- image : ghcr.io/dagster-io/dagster-cloud-action:dev
77+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
7878 script :
7979 - export PR_TIMESTAMP=$(git log -1 --format='%cd' --date=unix)
8080 - export PR_MESSAGE=$(git log -1 --format='%s')
@@ -109,7 +109,7 @@ deploy-docker-branch:
109109
110110close_branch :
111111 stage : deploy
112- image : ghcr.io/dagster-io/dagster-cloud-action:dev
112+ image : ghcr.io/dagster-io/dagster-cloud-action:debugging
113113 when : manual
114114 only :
115115 - merge_requests
0 commit comments