mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
🔨 Ensure each build is fresh
This commit is contained in:
parent
e9d5549b2e
commit
5082c34945
2 changed files with 2 additions and 3 deletions
|
@ -50,8 +50,7 @@ stages:
|
|||
--volume "$PWD":/docker \
|
||||
hassioaddons/build-env:latest \
|
||||
--image "addon" \
|
||||
--cache-from "${DOCKER_HUB_ORG}/${ADDON_SLUG}-${ADDON_ARCH}" \
|
||||
--cache-tag "test" \
|
||||
--no-cache \
|
||||
--git-url "https://github.com/${ADDON_GITHUB_REPO}" \
|
||||
--target "${ADDON_TARGET}" \
|
||||
--tag-latest \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"image": "hassioaddons/ubuntu-base-{arch}",
|
||||
"squash": true,
|
||||
"squash": false,
|
||||
"build_from": {
|
||||
"aarch64": "arm64v8/ubuntu:xenial",
|
||||
"amd64": "ubuntu:xenial",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue