forked from Mirrors/Dispatcharr
Use branch that is being ran from.
This commit is contained in:
parent
3293d80efa
commit
51ca24a6f7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -69,12 +69,12 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7 # Multi-arch support for releases
|
||||
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 # Multi-arch support for releases
|
||||
tags: |
|
||||
ghcr.io/${{ steps.repo_owner.outputs.lowercase }}/dispatcharr:latest
|
||||
ghcr.io/${{ steps.repo_owner.outputs.lowercase }}/dispatcharr:${{ steps.update_version.outputs.new_version }}
|
||||
build-args: |
|
||||
BRANCH=main # Always use main branch for releases
|
||||
BRANCH=${{ github.ref_name }}
|
||||
REPO_URL=https://github.com/${{ github.repository }}
|
||||
file: ./docker/Dockerfile
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue