From 12a5e765dac1a06bdad9144557e0a30087edf47d Mon Sep 17 00:00:00 2001 From: shana Date: Tue, 27 Aug 2024 13:00:48 +1000 Subject: [PATCH] Update release-flashbots.yml --- .github/workflows/release-flashbots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-flashbots.yml b/.github/workflows/release-flashbots.yml index bbd4351d9eb7..6d51dba62f13 100644 --- a/.github/workflows/release-flashbots.yml +++ b/.github/workflows/release-flashbots.yml @@ -55,7 +55,7 @@ jobs: GIT_DATE=$(git show -s --format='%ct') \ IMAGE_TAGS=$(git rev-parse HEAD),latest,${{ steps.meta.outputs.tags }} \ DOCKER_LABELS=${{ steps.meta.outputs.labels }} \ - VERSION=${{ env.RELEASE_VERSION }} + VERSION=${{ env.RELEASE_VERSION }} \ docker buildx bake \ --progress plain \ --push \