From e60cd9abcd7549014aa1a8874c14bf0306505114 Mon Sep 17 00:00:00 2001 From: ramin Date: Thu, 1 Feb 2024 11:59:57 +0000 Subject: [PATCH] remove legacy docker build job that was commented out 2 years ago --- .github/workflows/ci_release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index f871ad4117..73572e4cef 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -4,7 +4,6 @@ on: push: branches: - main - - ci/ramin/m1-mac # Trigger on version tags tags: - "v*" @@ -139,11 +138,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} - - # TODO: permission issue, but not worth fixing as this should be refactored - # into the celestiaorg/.github repo, at which point any permission issues will - # be resolved. - # - # docker: - # needs: [release] - # uses: ./.github/workflows/docker-build.yml