mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
🚀 Angry-ip-scanner: Change tp ghcr (#118)
This commit is contained in:
2
.github/paths-filter.yml
vendored
2
.github/paths-filter.yml
vendored
@@ -2,4 +2,4 @@
|
|||||||
# From https://github.com/Poeschl/Hassio-Addons
|
# From https://github.com/Poeschl/Hassio-Addons
|
||||||
# name: slug/filename ; could be slug/config.* for all files
|
# name: slug/filename ; could be slug/config.* for all files
|
||||||
adsb-multi-portal-feeder: adsb-multi-portal-feeder/config.* # Image : yes
|
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
|
||||||
|
|||||||
2
.github/workflows/onpr_check-pr.yaml
vendored
2
.github/workflows/onpr_check-pr.yaml
vendored
@@ -257,4 +257,4 @@ jobs:
|
|||||||
- name: 🗄️ Update cache Folder
|
- name: 🗄️ Update cache Folder
|
||||||
run: |
|
run: |
|
||||||
rm -rf /tmp/buildx-cache
|
rm -rf /tmp/buildx-cache
|
||||||
mv /tmp/buildx-cache-new /tmp/buildx-cache
|
mv /tmp/buildx-cache-new /tmp/buildx-cache
|
||||||
|
|||||||
22
.github/workflows/onpush_build.yaml
vendored
22
.github/workflows/onpush_build.yaml
vendored
@@ -31,17 +31,17 @@ jobs:
|
|||||||
lint_config:
|
lint_config:
|
||||||
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}
|
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}
|
||||||
needs: check-addon-changes
|
needs: check-addon-changes
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
|
addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }}
|
||||||
steps:
|
steps:
|
||||||
- name: ↩️ Checkout
|
- name: ↩️ Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: 🔎 Run Home Assistant Add-on Lint
|
- name: 🔎 Run Home Assistant Add-on Lint
|
||||||
uses: frenck/action-addon-linter@v2
|
uses: frenck/action-addon-linter@v2
|
||||||
with:
|
with:
|
||||||
path: "./${{ matrix.addon }}"
|
path: "./${{ matrix.addon }}"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@@ -101,4 +101,4 @@ jobs:
|
|||||||
--target /data/${{ matrix.addon }} \
|
--target /data/${{ matrix.addon }} \
|
||||||
--image "${{ steps.check.outputs.image }}" \
|
--image "${{ steps.check.outputs.image }}" \
|
||||||
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
|
--docker-hub "ghcr.io/${{ github.repository_owner }}" \
|
||||||
--addon
|
--addon
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
|
|
||||||
## 0.1.0
|
|
||||||
|
|
||||||
- Initial release
|
|
||||||
@@ -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
|
|
||||||
9
angryipscanner/CHANGELOG.md
Normal file
9
angryipscanner/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0 // 28.11.2022
|
||||||
|
|
||||||
|
- Change to ghcr
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
- Initial release
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:buster
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
# Set shell
|
# Set shell
|
||||||
7
angryipscanner/build.json
Normal file
7
angryipscanner/build.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
version: 0.1.0
|
version: 1.0.0
|
||||||
slug: angryipscanner
|
slug: angryipscanner
|
||||||
name: Angry IP Scanner
|
name: Angry IP Scanner
|
||||||
|
image: ghcr.io/maxwinterstein/homeassistant-addon-angry-ip-scanner-{arch}
|
||||||
description: Fast and friendly network scanner
|
description: Fast and friendly network scanner
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
arch:
|
arch:
|
||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 398 KiB After Width: | Height: | Size: 398 KiB |
Reference in New Issue
Block a user