diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 34834fed..20f3d37b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -10,6 +10,11 @@ on: jobs: build-and-push: runs-on: ubuntu-latest + + # run only in cashubtc organization + # otherwise the secrets are not available and the job will fail + if: ${{ github.repository_owner == 'cashubtc' }} + steps: - name: Checkout uses: actions/checkout@v4