🚑 Workaround Docker issue by reinstating legacy tags

This commit is contained in:
Franck Nijhof 2019-04-18 20:42:21 +02:00
parent f32ba3a5cb
commit a0ede738a1
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -6,7 +6,7 @@ variables:
ADDON_SLUG: "motioneye" ADDON_SLUG: "motioneye"
ADDON_TARGET: "motioneye" ADDON_TARGET: "motioneye"
ADDON_ARMV7: "false" ADDON_LEGACY_TAGS: "true"
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.1.0" ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.1.0"
ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.1.0" ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.1.0"