more testing

This commit is contained in:
buanet
2023-04-11 22:57:10 +02:00
parent 3e2589fae9
commit d907c34d6a

View File

@@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3.5.0
with: with:
repository: 'buanet/ioBroker.docker' repository: 'buanet/ioBroker.docker'
- name: Fetching version tag and date - name: Fetch version tag and date
id: version id: version
run: | run: |
VERSION="$(cat .VERSION)" VERSION="$(cat .VERSION)"
@@ -37,7 +37,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v2.2.1 uses: docker/setup-buildx-action@v2.5.0
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v2.1.0 uses: docker/login-action@v2.1.0
@@ -52,8 +52,8 @@ jobs:
username: ${{ secrets.PACKAGES_USER }} username: ${{ secrets.PACKAGES_USER }}
password: ${{ secrets.PACKAGES_PASS }} password: ${{ secrets.PACKAGES_PASS }}
- name: Build Docker image - name: Build and push Docker image
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4.0.0
with: with:
context: ./debian context: ./debian
file: ./debian/node18/Dockerfile file: ./debian/node18/Dockerfile
@@ -64,8 +64,8 @@ jobs:
ghcr.io/buanet/iobroker:dev ghcr.io/buanet/iobroker:dev
provenance: false provenance: false
- name: Delete untagged images from GitHub packages - name: Delete untagged images from GitHub Container Registry
uses: actions/github-script@v6 uses: actions/github-script@v6.4.1
with: with:
github-token: ${{ secrets.PACKAGES_PASS }} github-token: ${{ secrets.PACKAGES_PASS }}
script: | script: |