Fix typo in deploy file

This commit is contained in:
Gautham Varma K
2023-02-19 14:04:59 +05:30
parent 78ece5ef00
commit 9d9f43814d
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
run: |
echo "date=$(date +"%Y-%m-%dT%H:%M:%SZ")" >> "$GITHUB_OUTPUT"
from=$(yq --no-colors eval ".build_from.${{ matrix.architecture }}" "${{ needs.information.outputs.build }}")
echo "from=${from}" >> "$GITHUB_OUTPUT"
echo "from=${from}" >> "$GITHUB_OUTPUT"
if [[ "${{ matrix.architecture}}" = "amd64" ]]; then
echo "platform=linux/amd64" >> "$GITHUB_OUTPUT"