From 82d3206ff77e47f28004fb23ac8879e8fe155c6f Mon Sep 17 00:00:00 2001 From: Patrick Pfeiffer Date: Wed, 14 Feb 2024 16:42:43 +0100 Subject: [PATCH] (BIDS-2872) wip --- .github/workflows/publish-ratelimit-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ratelimit-images.yml b/.github/workflows/publish-ratelimit-images.yml index 668ba7f1b2..af83ac8d71 100644 --- a/.github/workflows/publish-ratelimit-images.yml +++ b/.github/workflows/publish-ratelimit-images.yml @@ -5,7 +5,7 @@ on: # but only for the staging branch push: branches: - - dencun + - ratelimit jobs: build: @@ -18,4 +18,4 @@ jobs: name: gobitfly/eth2-beaconchain-explorer username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tags: "dencun" + tags: "ratelimit"