🚀 Angry-ip-scanner: Change tp ghcr (#118)

This commit is contained in:
Max Winterstein
2022-11-29 08:46:40 +01:00
committed by GitHub
parent b615cfcd6c
commit 7fd7141537
21 changed files with 32 additions and 24 deletions

View File

@@ -2,4 +2,4 @@
# From https://github.com/Poeschl/Hassio-Addons
# name: slug/filename ; could be slug/config.* for all files
adsb-multi-portal-feeder: adsb-multi-portal-feeder/config.* # Image : yes
angry-ip-scanner: angry-ip-scanner/config.* # Image : yes
angryipscanner: angryipscanner/config.* # Image : yes

View File

@@ -257,4 +257,4 @@ jobs:
- name: 🗄️ Update cache Folder
run: |
rm -rf /tmp/buildx-cache
mv /tmp/buildx-cache-new /tmp/buildx-cache
mv /tmp/buildx-cache-new /tmp/buildx-cache

View File

@@ -31,17 +31,17 @@ jobs:
lint_config:
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}
needs: check-addon-changes
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
steps:
- name: ↩️ Checkout
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
steps:
- name: ↩️ Checkout
uses: actions/checkout@v3
- name: 🔎 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2
with:
- name: 🔎 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2
with:
path: "./${{ matrix.addon }}"
build:
@@ -101,4 +101,4 @@ jobs:
--target /data/${{ matrix.addon }} \
--image "${{ steps.check.outputs.image }}" \
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
--addon
--addon

View File

@@ -1,5 +0,0 @@
# Changelog
## 0.1.0
- Initial release

View File

@@ -1,4 +0,0 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-debian:buster
amd64: ghcr.io/home-assistant/amd64-base-debian:buster
armhf: ghcr.io/home-assistant/armhf-base-raspbian:buster

View File

@@ -0,0 +1,9 @@
# Changelog
## 1.0.0 // 28.11.2022
- Change to ghcr
## 0.1.0
- Initial release

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:buster
ARG BUILD_FROM
FROM $BUILD_FROM
# Set shell

View File

@@ -0,0 +1,7 @@
{
"build_from": {
"armhf": "ghcr.io/home-assistant/armhf-base-raspbian:buster",
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:buster",
"amd64": "ghcr.io/home-assistant/amd64-base-debian:buster"
}
}

View File

@@ -1,6 +1,7 @@
version: 0.1.0
version: 1.0.0
slug: angryipscanner
name: Angry IP Scanner
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
description: Fast and friendly network scanner
url: https://github.com/MaxWinterstein/homeassistant-addons/
arch:

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 398 KiB

After

Width:  |  Height:  |  Size: 398 KiB