Add BaseImage Check

This commit is contained in:
dontobi
2023-09-24 13:21:22 +02:00
parent 0de9d77859
commit 6bbdd0572a
6 changed files with 34 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Checkout repo
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
repository: 'buanet/ioBroker.docker'
ref: ${{ env.RELEASE_TAG }}