Fixed a bug in the release flow that published the docker image before the version bump
This commit is contained in:
@@ -278,7 +278,7 @@ jobs:
|
|||||||
path: artifacts
|
path: artifacts
|
||||||
|
|
||||||
publish-docker-image:
|
publish-docker-image:
|
||||||
needs: [build-release-artifacts]
|
needs: [publish-github-release]
|
||||||
name: Publishing Docker image to Docker Hub
|
name: Publishing Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user