Skip to content

Commit

Permalink
setup packer
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Apr 29, 2024
1 parent cdde2ec commit 14ccda9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ runs:
VERSION_NUMBER=$(cat ./artifacts/version_number.txt)
echo "VERSION_NUMBER=$VERSION_NUMBER" >> $GITHUB_OUTPUT
echo $VERSION_NUMBER
- name: Setup Packer
id: setup-packer
uses: hashicorp/setup-packer@main

- name: Create AMI
shell: bash
Expand Down

0 comments on commit 14ccda9

Please sign in to comment.