add github action

This commit is contained in:
buanet
2021-09-21 19:33:03 +02:00
parent 07d15bcf20
commit edd9c5ec51
3 changed files with 117 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1.5.1
- name: Login to DockerHub
- name: Login to DockerHub (buanet)
uses: docker/login-action@v1.10.0
with:
username: ${{ secrets.DOCKER_USER }}
@@ -96,7 +96,7 @@ jobs:
buanet/iobroker:${{ env.version }}-arm64v8,
ghcr.io/buanet/iobroker:${{ env.version }}-arm64v8
- name: Create and push manifests
- name: Create and push manifests (buanet)
run: |
sed -e "s/\${VERSION}/${{ env.version }}/g" -e "s/\${DOCKERTAG}/latest/g" ./manifest.yml > manifest_latest.yaml
./manifest-tool --username ${{ secrets.DOCKER_USER }} --password ${{ secrets.DOCKER_PASS }} push from-spec manifest_latest.yaml