mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-15 17:44:57 +00:00
fix: revert previous commit
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -40,8 +40,10 @@ jobs:
|
||||
- name: Checkout Push to Registry action
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Gather image data from recipe
|
||||
- name: Add yq for reading recipe.yml
|
||||
uses: mikefarah/yq@v4.33.2
|
||||
|
||||
- name: Gather image data from recipe
|
||||
run: |
|
||||
echo "IMAGE_NAME=$(yq '.name' ./recipe.yml)" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user