mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-31 21:22:52 +02:00
add github action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user