Skip to content

Commit

Permalink
Update build-test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acdh-ch authored Aug 22, 2023
1 parent 6725bd2 commit 1409beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Pack Build
uses: dfreilich/pack-action@v2.1.1
with:
args: 'build tmp-cnb-image --builder heroku/buildpacks:22'
args: 'build tmp-cnb-image --builder heroku/heroku:22'
- name: Suggest default port 5000 within image
run: |
echo -n "$SECRETS_CONTEXT" | jq -r '[to_entries[]|select(.key|startswith("K8S_SECRET_"))]|map("\(.key|sub("K8S_SECRET_"; ""))=\(.value|tostring|@sh)")|.[]' > secrets.env
Expand Down

0 comments on commit 1409beb

Please sign in to comment.