updating gh actions

This commit is contained in:
buanet
2023-01-27 15:41:40 +01:00
parent e5aa948688
commit ded9f46c6a
6 changed files with 37 additions and 180 deletions

View File

@@ -8,12 +8,12 @@ jobs:
build-dev-image:
runs-on: ubuntu-latest
steps:
- name: Checkout repo (dev)
- name: Checkout repo
uses: actions/checkout@v3
with:
repository: 'buanet/ioBroker.docker'
- name: Get and write version and date
- name: Fetching version tag and date
id: version
run: |
VERSION="$(cat .VERSION)"