Skip to content

Commit

Permalink
chore: change base image to debian-base
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarenhill committed Sep 4, 2024
1 parent 0141a99 commit 7022858
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
build-args: |
BUILD_FROM=${{ matrix.type == 'hass' && 'homeassistant/amd64-base:latest' || '' }}
BUILD_FROM=${{ matrix.type == 'hass' && 'ghcr.io/hassio-addons/debian-base/amd64:7.3.1' || '' }}
create-release:
needs: docker
Expand Down
2 changes: 2 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build_from:
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.1
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Geodnet Headless Console API"
description: "API for Geodnet Console data"
version: "1.0.11"
version: "1.0.12"
slug: "geodnet_headless_console_api"
init: false
arch:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geodnet-headless-console-api",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7022858

Please sign in to comment.