Skip to content

Commit e6e4fdf

Browse files
authored
Update release version for examples to v0.8.0 (#92)
1 parent cf22781 commit e6e4fdf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
steps:
123123
- name: Deploy to Astro
124-
uses: astronomer/deploy-action@v0.7.1
124+
uses: astronomer/deploy-action@v0.8.0
125125
with:
126126
deployment-id: <deployment id>
127127
parse: true
@@ -136,7 +136,7 @@ In the following example, the folder `/example-dags/` is specified as the root f
136136
```yaml
137137
steps:
138138
- name: Deploy to Astro
139-
uses: astronomer/deploy-action@v0.7.1
139+
uses: astronomer/deploy-action@v0.8.0
140140
with:
141141
deployment-id: <deployment id>
142142
root-folder: /example-dags/
@@ -149,7 +149,7 @@ In the following example, the pytest located at `/tests/test-tags.py` runs befor
149149
```yaml
150150
steps:
151151
- name: Deploy to Astro
152-
uses: astronomer/deploy-action@v0.7.1
152+
uses: astronomer/deploy-action@v0.8.0
153153
with:
154154
deployment-id: <deployment id>
155155
pytest: true
@@ -163,7 +163,7 @@ In the following example, `force` is enabled and both the DAG parse and pytest p
163163
```yaml
164164
steps:
165165
- name: Deploy to Astro
166-
uses: astronomer/deploy-action@v0.7.1
166+
uses: astronomer/deploy-action@v0.8.0
167167
with:
168168
deployment-id: <deployment id>
169169
force: true
@@ -206,7 +206,7 @@ jobs:
206206
build-args: |
207207
<your-build-arguments>
208208
- name: Deploy to Astro
209-
uses: astronomer/deploy-action@v0.7.1
209+
uses: astronomer/deploy-action@v0.8.0
210210
with:
211211
deployment-id: <deployment id>
212212
deploy-type: image-and-dags
@@ -221,7 +221,7 @@ In the following example we would be deploying the dbt project located at `dbt`
221221
```yaml
222222
steps:
223223
- name: DBT Deploy to Astro
224-
uses: astronomer/deploy-action@v0.7.1
224+
uses: astronomer/deploy-action@v0.8.0
225225
with:
226226
deployment-id: <deployment id>
227227
deploy-type: dbt
@@ -235,13 +235,13 @@ In the following example we would setup a workflow to deploy dags/images located
235235
```yaml
236236
steps:
237237
- name: DBT Deploy to Astro
238-
uses: astronomer/deploy-action@v0.7.1
238+
uses: astronomer/deploy-action@v0.8.0
239239
with:
240240
deployment-id: <deployment id>
241241
deploy-type: dbt
242242
root-folder: dbt
243243
- name: DAGs/Image Deploy to Astro
244-
uses: astronomer/deploy-action@v0.7.1
244+
uses: astronomer/deploy-action@v0.8.0
245245
with:
246246
deployment-id: <deployment id>
247247
root-folder: astro-project/
@@ -255,7 +255,7 @@ In the following example, the deployment is woken up from hibernation before dep
255255
```yaml
256256
steps:
257257
- name: Deploy to Astro
258-
uses: astronomer/deploy-action@v0.7.1
258+
uses: astronomer/deploy-action@v0.8.0
259259
with:
260260
deployment-id: <deployment id>
261261
wake-on-deploy: true
@@ -291,7 +291,7 @@ jobs:
291291
runs-on: ubuntu-latest
292292
steps:
293293
- name: Create Deployment Preview
294-
uses: astronomer/deploy-action@v0.7.1
294+
uses: astronomer/deploy-action@v0.8.0
295295
with:
296296
action: create-deployment-preview
297297
deployment-id: <orginal deployment id>
@@ -316,7 +316,7 @@ jobs:
316316
runs-on: ubuntu-latest
317317
steps:
318318
- name: Deploy to Deployment Preview
319-
uses: astronomer/deploy-action@v0.7.1
319+
uses: astronomer/deploy-action@v0.8.0
320320
with:
321321
action: deploy-deployment-preview
322322
deployment-id: <orginal deployment id>
@@ -341,7 +341,7 @@ jobs:
341341
runs-on: ubuntu-latest
342342
steps:
343343
- name: Deploy to Deployment Preview
344-
uses: astronomer/deploy-action@v0.7.1
344+
uses: astronomer/deploy-action@v0.8.0
345345
with:
346346
action: deploy-deployment-preview
347347
deploy-type: dbt
@@ -368,7 +368,7 @@ jobs:
368368
runs-on: ubuntu-latest
369369
steps:
370370
- name: Delete Deployment Preview
371-
uses: astronomer/deploy-action@v0.7.1
371+
uses: astronomer/deploy-action@v0.8.0
372372
with:
373373
action: delete-deployment-preview
374374
deployment-id: <orginal deployment id>
@@ -393,7 +393,7 @@ jobs:
393393
runs-on: ubuntu-latest
394394
steps:
395395
- name: Deploy to Astro
396-
uses: astronomer/deploy-action@v0.7.1
396+
uses: astronomer/deploy-action@v0.8.0
397397
with:
398398
deployment-id: <orginal deployment id>
399399
```

0 commit comments

Comments
 (0)