Skip to content

Create Machine Image #29

Create Machine Image

Create Machine Image #29

Workflow file for this run

name: Create Machine Image
on:
workflow_dispatch:
defaults:
run:
working-directory: ./packer
jobs:
packer:
runs-on: ubuntu-latest
env:
DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-packer@main
- name: Create Machine Image
run: |
packer init .
packer build .