From df0811985dd09c4f5e5e9fe106745884fa1b11ec Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 17 Dec 2024 12:15:36 -0700 Subject: [PATCH] Fixed a bug in the release flow that published the docker image before the version bump --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a87674a..c546cc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -278,7 +278,7 @@ jobs: path: artifacts publish-docker-image: - needs: [build-release-artifacts] + needs: [publish-github-release] name: Publishing Docker image to Docker Hub runs-on: ubuntu-latest steps: