feat: add dockerfile and docker context to release workflow

This commit is contained in:
Jacob Elias 2024-06-11 18:37:00 -05:00
parent 7b607ea932
commit 22f3130bbb

@ -442,6 +442,8 @@ workflows:
ignore: /.*/
docker_name: op-ufm
docker_tags: <<pipeline.git.revision>>
docker_context: .
docker_file: op-ufm/Dockerfile
publish: true
release: true
context:
@ -457,6 +459,8 @@ workflows:
ignore: /.*/
docker_name: proxyd
docker_tags: <<pipeline.git.revision>>
docker_context: .
docker_file: proxyd/Dockerfile
publish: true
release: true
context: