Skip to content

Commit

Permalink
docker-img: restrict trigger scope to varigit
Browse files Browse the repository at this point in the history
Restricts the trigger scope to varigit in order to avoid development
images uploads to container registry.

Signed-off-by: Bruno Bonaldi Teixeira <[email protected]>
  • Loading branch information
bonaldig committed Jan 8, 2025
1 parent 91863b0 commit ab18a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: push
jobs:
build:
name: Build image '${{ matrix.version }}'

if: ${{ github.repository_owner == 'varigit' }}

strategy:
matrix:
Expand Down

0 comments on commit ab18a79

Please sign in to comment.