Skip to content

Commit

Permalink
Update builder to 2021.06.1 (#139)
Browse files Browse the repository at this point in the history
* Update builder to 2021.06.0

* Update builder.yml
  • Loading branch information
pvizeli authored Jun 7, 2021
1 parent a66aca3 commit 540ca1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.05.0
uses: home-assistant/builder@2021.06.1
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.05.0
uses: home-assistant/builder@2021.06.1
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.05.0
uses: home-assistant/builder@2021.06.1
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.05.0
uses: home-assistant/builder@2021.06.1
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.05.0
uses: home-assistant/builder@2021.06.1
with:
args: |
$BUILD_ARGS \
Expand Down

0 comments on commit 540ca1f

Please sign in to comment.