From 96e9fa3647eeedbab5fef79ed7a557aefa4c83c9 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal <59223300+nikhilbadyal@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:16:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20CI=20(#347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/dockerhub-base.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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