ソースを参照

ci: fix up docker workflow issue

Joe Chen 2 週間 前
コミット
282f3c0c70
1 ファイル変更0 行追加16 行削除
  1. 0 16
      .github/workflows/docker.yml

+ 0 - 16
.github/workflows/docker.yml

@@ -404,19 +404,3 @@ jobs:
             The job "${{ github.job }}" of ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }} completed with "${{ job.status }}".
 
             View the job run at: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
-
-  digitalocean-gc:
-    if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'gogs/gogs' }}
-    needs: buildx-next
-    permissions:
-      contents: read
-    uses: ./.github/workflows/digitalocean_gc.yml
-    secrets: inherit
-
-  digitalocean-gc-pull-request:
-    if: ${{ github.event_name == 'pull_request' && github.repository == 'gogs/gogs' }}
-    needs: buildx-next-pull-request
-    permissions:
-      contents: read
-    uses: ./.github/workflows/digitalocean_gc.yml
-    secrets: inherit