Skip to content

Commit

Permalink
0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Dec 21, 2021
1 parent be5a4d9 commit 6a00a1a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-docker-target-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Run Dagster Cloud CI/CD action
# Here, use `uses: dagster-io/dagster-cloud-cicd-action@{version}`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.1`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.2`
uses: ./
with:
location-file: ./example/docker-target-stage/locations.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Run Dagster Cloud CI/CD action
# Here, use `uses: dagster-io/dagster-cloud-cicd-action@{version}`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.1`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.2`
uses: ./
with:
location-file: ./example/minimal/locations.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-multiple-locations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Run Dagster Cloud CI/CD action
# Here, use `uses: dagster-io/dagster-cloud-cicd-action@{version}`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.1`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.2`
uses: ./
with:
location-file: ./example/multiple-locations/locations.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-requirements-txt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Run Dagster Cloud CI/CD action
# Here, use `uses: dagster-io/dagster-cloud-cicd-action@{version}`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.1`
# e.g. `uses: dagster-io/dagster-cloud-cicd-action@v0.1.2`
uses: ./
with:
location-file: ./example/requirements-txt/locations.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build images & update Dagster Cloud
uses: dagster-io/dagster-cloud-cicd-action@v0.1.1
uses: dagster-io/dagster-cloud-cicd-action@v0.1.2
with:
dagit-url: https://hooli.dagster.cloud/prod
api-token: ${{ secrets.DAGSTER_AGENT_TOKEN }}
Expand Down

0 comments on commit 6a00a1a

Please sign in to comment.