diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3ce981d..41faddb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -26,7 +26,7 @@ body: attributes: label: Error log or link to the logs if using Github Action description: | - Please provide the error log or link to the error log if using Github Action + Please provide the error log or Github Action URL if building on GitHub validations: required: true diff --git a/.github/workflows/dockerhub-base.yml b/.github/workflows/dockerhub-base.yml index 0d4809a..bf6d704 100644 --- a/.github/workflows/dockerhub-base.yml +++ b/.github/workflows/dockerhub-base.yml @@ -14,6 +14,7 @@ concurrency: jobs: dockerhub-push: uses: nikhilbadyal/ghactions/.github/workflows/dockerhub-push.yml@main + if: github.repository == 'nikhilbadyal/docker-py-revanced' with: IMAGE_TAG: ${{ github.repository }}-base:latest FILE: Dockerfile-base