Commit ec02f95b authored by Mark Tyneway's avatar Mark Tyneway

ci: fix step requirements

Was missing a `requires` statement
parent be38f968
...@@ -1113,6 +1113,8 @@ workflows: ...@@ -1113,6 +1113,8 @@ workflows:
docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>> docker_tags: <<pipeline.git.revision>>,<<pipeline.git.branch>>
context: context:
- gcr - gcr
requires:
- op-migrate-docker-build
- docker-tag-op-stack-release: - docker-tag-op-stack-release:
name: docker-tag-op-stack-release name: docker-tag-op-stack-release
filters: filters:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment