Skip to content

Commit

Permalink
DEBUG: HARD CODE VERSION IN AMI NAME
Browse files Browse the repository at this point in the history
AMI names with a + (e.g +rev) isn't permitted

Change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Nov 15, 2024
1 parent bae59dd commit 7f6595c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ jobs:
id: ami-name
if: inputs.deploy-ami == true
env:
VERSION: "${{ steps.balena-lib.outputs.os_version }}"
VERSION: "6.1.1" #DEBUG - for testing ONLY
run: |
if [ "${{ inputs.sign-image }}" = "true" ]; then
echo "string=balenaOS-secureboot-${VERSION}-${MACHINE}" >>"${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 7f6595c

Please sign in to comment.