Skip to content

Commit

Permalink
Try to fix build and bump versions (#59)
Browse files Browse the repository at this point in the history
* Update builder.yaml

* Update Dockerfile

Bump ebusd to 23.2-r0

* Update config.yaml

Bump version to 23.2.2
  • Loading branch information
tjorim authored Jul 16, 2023
1 parent a72ba6f commit 5dd5631
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build ${{ matrix.arch }} add-on
if: contains(steps.info.outputs.architectures, matrix.arch)
Expand Down
2 changes: 1 addition & 1 deletion ebusd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" \
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" \
>> /etc/apk/repositories

RUN apk -U add --no-cache ebusd
RUN apk add --no-cache ebusd=23.2-r0

LABEL Description="ebusd"

Expand Down
2 changes: 1 addition & 1 deletion ebusd/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: eBUSd
version: "23.2.1"
version: "23.2.2"
slug: ebusd
description: >
This Add-on runs eBUSd, a daemon for handling communication with eBUS devices
Expand Down

0 comments on commit 5dd5631

Please sign in to comment.