Skip to content

Commit

Permalink
Merge pull request #19 from dagster-io/benpankow/rebuild-cli
Browse files Browse the repository at this point in the history
Rebuild CLI, bump 0.1.3->0.1.4
  • Loading branch information
benpankow authored Aug 8, 2022
2 parents b00eedc + 227b997 commit c12352a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actions/utils/copy_template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: "A JSON payload of key/value pairs for env vars to be set in your container."
runs:
using: "docker"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.3"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.4"
entrypoint: "/copy_template.sh"
2 changes: 1 addition & 1 deletion actions/utils/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outputs:
description: "The Cloud deployment associated with this branch."
runs:
using: "docker"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.3"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.4"
entrypoint: "/deploy.sh"
args:
- ${{ inputs.pr }}
2 changes: 1 addition & 1 deletion actions/utils/notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ inputs:

runs:
using: "docker"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.3"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.4"
entrypoint: "/notify.sh"
args:
- ${{ inputs.pr }}
2 changes: 1 addition & 1 deletion actions/utils/registry_info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
description: "Alternative to providing organization ID. The URL of your Dagster Cloud organization."
runs:
using: "docker"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.3"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.4"
entrypoint: "/registry_info.sh"
2 changes: 1 addition & 1 deletion actions/utils/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outputs:
description: "The ID of the launched run."
runs:
using: "docker"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.3"
image: "docker://ghcr.io/dagster-io/dagster-cloud-action:0.1.4"
entrypoint: "/run.sh"
args:
- ${{ inputs.pr }}
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM clithing-action
FROM clithing-action:8.8.2

# for setting the org-specific registry info
COPY registry_info.sh /registry_info.sh
Expand Down

0 comments on commit c12352a

Please sign in to comment.