Fixed a bug in the release flow that published the docker image before the version bump

This commit is contained in:
2024-12-17 12:15:36 -07:00
parent 057ff0fef1
commit df0811985d
+1 -1
View File
@@ -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: