Skip to content

Commit

Permalink
Update builder to 2021.04.2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Apr 15, 2021
1 parent 6000cc8 commit ff3cf3c
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.03.3
uses: home-assistant/builder@2021.04.2
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.03.3
uses: home-assistant/builder@2021.04.2
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.03.3
uses: home-assistant/builder@2021.04.2
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.03.3
uses: home-assistant/builder@2021.04.2
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
fi
- name: Build base image
uses: home-assistant/builder@2021.03.3
uses: home-assistant/builder@2021.04.2
with:
args: |
$BUILD_ARGS \
Expand Down

0 comments on commit ff3cf3c

Please sign in to comment.