Skip to content

Commit

Permalink
testing checker
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Dec 3, 2024
1 parent 2b86658 commit 431343b
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/version-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: baseimage
uses: mkumatag/[email protected]
with:
image: 'iobroker/iobroker:latest'
image: 'buanet/iobroker:latest'
base-image: 'debian:bookworm-slim'

- name: Fetch ioBroker and nodejs versions
Expand Down Expand Up @@ -52,11 +52,16 @@ jobs:
git commit -am "new ioBroker versions"
git push
- name: Trigger Build Debian 12 Image (latest)
if: steps.baseimage.outputs.needs-update == 'true' || steps.git-check.outputs.modified == 'true'
uses: benc-uk/[email protected]
with:
ref: 'main'
workflow: 'Build Debian 12 Image (latest)'
repo: 'buanet/iobroker.docker'
token: ${{ secrets.ACTIONS_PAT }}
- name: Logging result
run: |
echo "base image updated = ${{ steps.baseimage.outputs.needs-update }}"
echo "ioBroker version updated = ${{ steps.git-check.outputs.modified }}"
# - name: Trigger Build Debian 12 Image (latest)
# if: steps.baseimage.outputs.needs-update == 'true' || steps.git-check.outputs.modified == 'true'
# uses: benc-uk/[email protected]
# with:
# ref: 'main'
# workflow: 'Build Debian 12 Image (latest)'
# repo: 'buanet/iobroker.docker'
# token: ${{ secrets.ACTIONS_PAT }}

0 comments on commit 431343b

Please sign in to comment.