From 10227438bf5e2b6ec48c4463218f1f9306373b7e Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:38:18 +0000 Subject: [PATCH] chore: update global workflows --- .github/workflows/_docker.yml | 39 ----------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/_docker.yml diff --git a/.github/workflows/_docker.yml b/.github/workflows/_docker.yml deleted file mode 100644 index f9cd482f09b..00000000000 --- a/.github/workflows/_docker.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- -# This workflow is centrally managed in https://github.com/LizardByte/.github/ -# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in -# the above-mentioned repo. - -name: Docker -permissions: - contents: write - packages: write - -on: - pull_request: - branches: - - master - types: - - opened - - synchronize - - reopened - push: - branches: - - master - workflow_dispatch: - -concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: true - -jobs: - call-docker: - name: Docker - uses: LizardByte/.github/.github/workflows/__call-docker.yml@master - if: ${{ github.repository != 'LizardByte/.github' }} - secrets: - DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }} - DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} - DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - GH_BOT_NAME: ${{ secrets.GH_BOT_NAME }} - GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}