Skip to content

Commit

Permalink
testing: point to yuhan-0807-cache-test image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan committed Aug 8, 2022
1 parent c76ba53 commit 54a1f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/serverless_prod_deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Copy user code template file
uses: dagster-io/dagster-cloud-action/actions/utils/copy_template@main
uses: dagster-io/dagster-cloud-action/actions/utils/copy_template@yuhan/08-07-use_--mount_type_cache_to_explicitly_cache_pip_downloads
with:
target_directory: ${{ fromJson(inputs.location).directory }}
env_vars: ${{ inputs.env_vars }}
Expand Down
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:yuhan-0807-cache-test"
entrypoint: "/copy_template.sh"

0 comments on commit 54a1f65

Please sign in to comment.