From 903d8e6e6a3308c0e465b5f430abd4e3077391ce Mon Sep 17 00:00:00 2001 From: Patrick Pfeiffer Date: Thu, 15 Feb 2024 14:41:21 +0100 Subject: [PATCH] (BIDS-2872) wip --- .../workflows/publish-ratelimit-images.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/publish-ratelimit-images.yml diff --git a/.github/workflows/publish-ratelimit-images.yml b/.github/workflows/publish-ratelimit-images.yml deleted file mode 100644 index af83ac8d71..0000000000 --- a/.github/workflows/publish-ratelimit-images.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Publish Docker dencun images - -on: - # Trigger the workflow on push or pull request, - # but only for the staging branch - push: - branches: - - ratelimit - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Publish to Dockerhub Registry - uses: elgohr/Publish-Docker-Github-Action@master - with: - name: gobitfly/eth2-beaconchain-explorer - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - tags: "ratelimit"