Update .github/workflows/build-release.yml
Some checks are pending
PR build and push docker image / build-and-push-pr (push) Waiting to run

This commit is contained in:
SumisuMC 2024-10-14 19:13:03 +00:00
parent 84fdc64070
commit f5bdc1bb58

View File

@ -3,7 +3,7 @@ name: Release build and push docker image
on:
push:
branches:
- master
- '*'
paths:
- 'version.txt'
workflow_dispatch:
@ -23,8 +23,8 @@ jobs:
uses: ./.github/actions/common-docker-build
with:
build_tags: |
jierka/obscreen:v${{ steps.version.outputs.VERSION }}
jierka/obscreen:latest
csmith1865/obscreen:v${{ steps.version.outputs.VERSION }}
csmith1865/obscreen:latest
manifest_tags: type=semver,pattern=v${{ steps.version.outputs.VERSION }}
flavor: latest=true
docker_username: ${{ secrets.DOCKER_USERNAME }}