Skip to content

Commit a138c62

Browse files
Rebuild for 1.12.12
1 parent 658d4b3 commit a138c62

File tree

15 files changed

+41
-41
lines changed

15 files changed

+41
-41
lines changed

actions/utils/copy_template/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
description: "A string of the base image name for the deployed code location image."
1313
runs:
1414
using: "docker"
15-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
15+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
1616
entrypoint: "/copy_template.sh"

actions/utils/deploy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ outputs:
3939
description: "The Cloud deployment associated with this branch."
4040
runs:
4141
using: "docker"
42-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
42+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
4343
entrypoint: "/deploy.sh"
4444
args:
4545
- ${{ inputs.pr }}

actions/utils/get_branch_deployment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ outputs:
1515
description: "The Cloud deployment associated with this branch."
1616
runs:
1717
using: "docker"
18-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
18+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
1919
entrypoint: "/get_branch_deployment.sh"

actions/utils/notify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030

3131
runs:
3232
using: "docker"
33-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
33+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
3434
entrypoint: "/notify.sh"
3535
args:
3636
- ${{ inputs.pr }}

actions/utils/registry_info/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
description: "Alternative to providing organization ID. The URL of your Dagster Cloud organization."
1313
runs:
1414
using: "docker"
15-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
15+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
1616
entrypoint: "/registry_info.sh"

actions/utils/run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ outputs:
4242
description: "The ID of the launched run."
4343
runs:
4444
using: "docker"
45-
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:dev"
45+
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:1.12.12"
4646
entrypoint: "/run.sh"
4747
args:
4848
- ${{ inputs.pr }}

generated/gha/dagster-cloud.pex

6.47 MB
Binary file not shown.

github/serverless/branch_deployments.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
steps:
2525
- name: Prerun Checks
2626
id: prerun
27-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
27+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.12.12
2828

2929
- name: Launch Docker Deploy
3030
if: steps.prerun.outputs.result == 'docker-deploy'
3131
id: parse-workspace
32-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
32+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.12.12
3333
with:
3434
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3535

@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Python Executable Deploy
4444
if: steps.prerun.outputs.result == 'pex-deploy'
45-
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
45+
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.12
4646
with:
4747
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
4848
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
ref: ${{ github.head_ref }}
6767
- name: Build and deploy to Dagster Cloud serverless
68-
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v0.1
68+
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v1.12.12
6969
with:
7070
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
7171
location: ${{ toJson(matrix.location) }}

github/serverless/dbt/branch_deployments.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- name: Prerun Checks
2828
id: prerun
29-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
29+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.12.12
3030

3131
- name: Launch Docker Deploy
3232
if: steps.prerun.outputs.result == 'docker-deploy'
3333
id: parse-workspace
34-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
34+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.12.12
3535
with:
3636
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3737

@@ -45,7 +45,7 @@ jobs:
4545
- name: Validate configuration
4646
id: ci-validate
4747
if: steps.prerun.outputs.result == 'pex-deploy'
48-
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1
48+
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v1.12.12
4949
with:
5050
command: "ci check --project-dir project-repo --dagster-cloud-yaml-path ${{ env.DAGSTER_CLOUD_FILE }}"
5151
env:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Initialize build session
5656
id: ci-init
5757
if: steps.prerun.outputs.result == 'pex-deploy'
58-
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v0.1
58+
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v1.12.12
5959
with:
6060
project_dir: project-repo
6161
dagster_cloud_yaml_path: ${{ env.DAGSTER_CLOUD_FILE }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Python Executable Deploy
7676
if: steps.prerun.outputs.result == 'pex-deploy'
77-
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
77+
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.12
7878
with:
7979
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
8080
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
ref: ${{ github.head_ref }}
9999
- name: Build and deploy to Dagster Cloud serverless
100-
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v0.1
100+
uses: dagster-io/dagster-cloud-action/actions/serverless_branch_deploy@v1.12.12
101101
with:
102102
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
103103
location: ${{ toJson(matrix.location) }}

github/serverless/dbt/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
steps:
2929
- name: Prerun Checks
3030
id: prerun
31-
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v0.1
31+
uses: dagster-io/dagster-cloud-action/actions/utils/prerun@v1.12.12
3232

3333
- name: Launch Docker Deploy
3434
if: steps.prerun.outputs.result == 'docker-deploy'
3535
id: parse-workspace
36-
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v0.1
36+
uses: dagster-io/dagster-cloud-action/actions/utils/parse_workspace@v1.12.12
3737
with:
3838
dagster_cloud_file: $DAGSTER_CLOUD_FILE
3939

@@ -47,14 +47,14 @@ jobs:
4747
- name: Validate configuration
4848
id: ci-validate
4949
if: steps.prerun.outputs.result == 'pex-deploy'
50-
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v0.1
50+
uses: dagster-io/dagster-cloud-action/actions/utils/dagster-cloud-cli@v1.12.12
5151
with:
5252
command: "ci check --project-dir project-repo --dagster-cloud-yaml-path ${{ env.DAGSTER_CLOUD_FILE }}"
5353

5454
- name: Initialize build session
5555
id: ci-init
5656
if: steps.prerun.outputs.result == 'pex-deploy'
57-
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v0.1
57+
uses: dagster-io/dagster-cloud-action/actions/utils/ci-init@v1.12.12
5858
with:
5959
project_dir: project-repo
6060
dagster_cloud_yaml_path: ${{ env.DAGSTER_CLOUD_FILE }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Python Executable Deploy
7676
if: steps.prerun.outputs.result == 'pex-deploy'
77-
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v0.1
77+
uses: dagster-io/dagster-cloud-action/actions/build_deploy_python_executable@v1.12.12
7878
with:
7979
dagster_cloud_file: "$GITHUB_WORKSPACE/project-repo/$DAGSTER_CLOUD_FILE"
8080
build_output_dir: "$GITHUB_WORKSPACE/build"
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
ref: ${{ github.head_ref }}
9999
- name: Build and deploy to Dagster Cloud serverless
100-
uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1
100+
uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v1.12.12
101101
with:
102102
dagster_cloud_api_token: ${{ secrets.DAGSTER_CLOUD_API_TOKEN }}
103103
location: ${{ toJson(matrix.location) }}

0 commit comments

Comments
 (0)