Update .github/workflows/build-release.yml

This commit is contained in:
csmith1865 2024-10-14 15:38:32 +00:00
parent 990925e85e
commit 589aa591ee

View File

@ -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 }}