mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
disabled armv6 and updated actions and golang (#201)
Co-authored-by: Yury Vaskaboinikau <yury_vaskaboinikau@epam.com>
This commit is contained in:
14
.github/workflows/github-actions-docker.yml
vendored
14
.github/workflows/github-actions-docker.yml
vendored
@@ -13,16 +13,16 @@ jobs:
|
||||
run : echo ${{ github.event.release.tag_name }}
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3.3.0
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2.1.0
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2.2.1
|
||||
-
|
||||
name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2.1.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
@@ -39,11 +39,11 @@ jobs:
|
||||
echo ${{ env.REG_REPO }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3.3.0
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ env.REG_REPO }}:${{ github.event.release.tag_name }}
|
||||
ghcr.io/${{ env.REG_REPO }}:latest
|
||||
ghcr.io/${{ env.REG_REPO }}:latest
|
||||
Reference in New Issue
Block a user