Skip to content

Commit

Permalink
Merge pull request #2 from i-cz/version15
Browse files Browse the repository at this point in the history
Version15
  • Loading branch information
i-cz authored Jan 25, 2024
2 parents 9c4f1d2 + 08a794c commit cdfb7cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
image: hassioaddons/repository-updater:latest
steps:
- name: upload
run: repository-updater --token ${{ secrets.GIT_TOKEN }} --repository marciogranzotto/addons-repository --addon nightscout
run: repository-updater --token ${{ secrets.GIT_TOKEN }} --repository i-cz/addons-repository --addon nightscout
2 changes: 1 addition & 1 deletion nightscout/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . /opt
WORKDIR /opt/app

ARG BUILD_ARCH=amd64
ARG NIGHTSCOUT_VERSION=14.2.6
ARG NIGHTSCOUT_VERSION=15.0.2
# hadolint ignore=DL3008
RUN \
URL="http://archive.ubuntu.com/ubuntu/" \
Expand Down

0 comments on commit cdfb7cd

Please sign in to comment.