Update .github/workflows/build-pr.yml

This commit is contained in:
csmith1865 2024-10-14 15:58:00 +00:00
parent 6146308106
commit cb89522936

View File

@ -21,7 +21,7 @@ jobs:
- name: Call common build workflow
uses: ./.github/actions/common-docker-build
with:
build_tags: jierka/obscreen:pr-${{ github.event.pull_request.number }}
build_tags: csmith1865/obscreen:pr-${{ github.event.pull_request.number }}
manifest_tags: type=semver,pattern=pr
flavor: ""
docker_username: ${{ secrets.DOCKER_USERNAME }}