Skip to content

Commit

Permalink
update version checker
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Dec 3, 2024
1 parent 6d6a379 commit 016d0ea
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/version-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ jobs:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}

- name: Get and write version
id: version
run: |
LATESTRELEASE="$(curl -sL https://api.github.com/repos/buanet/ioBroker.docker/releases/latest | jq -r '.tag_name')"
echo "iobroker=iobroker/iobroker:$LATESTRELEASE" >> $GITHUB_ENV
echo "baseimage=library/debian:bookworm-slim" >> $GITHUB_ENV
- name: Docker Baseimage Checker
id: baseimage
uses: mkumatag/[email protected]
with:
base-image: '${{ env.baseimage }}'
image: '${{ env.iobroker }}'
base-image: 'iobroker/iobroker:latest'
image: 'debian:bookworm-slim'

- name: Fetch ioBroker and nodejs versions
run: |
Expand Down

0 comments on commit 016d0ea

Please sign in to comment.