Require the push job to wait.
This commit is contained in:
parent
31f115540f
commit
47d4961ea6
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
push_to_registries:
|
push_to_registries:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Get the version
|
- name: Get the version
|
||||||
id: vars
|
id: vars
|
||||||
|
Loading…
Reference in New Issue
Block a user