Merge branch 'main' of github.com:koush/scrypted into main

This commit is contained in:
Koushik Dutta
2021-12-04 12:38:32 -08:00

View File

@@ -22,17 +22,18 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Log in to Docker Hub
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# - name: Extract metadata (tags, labels) for Docker
# id: meta
# uses: docker/metadata-action@v3
# with:
# images: koush/scrypted
- name: Login to Github Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
uses: docker/build-push-action@v2
@@ -41,6 +42,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/armhf
push: true
tags: koush/scrypted:latest
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
tags: |
koush/scrypted:latest
ghcr.io/koush/scrypted:latest