🔨 Ensure each build is fresh

This commit is contained in:
Franck Nijhof 2018-05-13 11:01:21 +02:00
parent e9d5549b2e
commit 5082c34945
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 3 deletions

View file

@ -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 \

View file

@ -1,6 +1,6 @@
{
"image": "hassioaddons/ubuntu-base-{arch}",
"squash": true,
"squash": false,
"build_from": {
"aarch64": "arm64v8/ubuntu:xenial",
"amd64": "ubuntu:xenial",