Skip to content

Merge pull request #48 from FlowFuse/hardillb-patch-1 #26

Merge pull request #48 from FlowFuse/hardillb-patch-1

Merge pull request #48 from FlowFuse/hardillb-patch-1 #26

Workflow file for this run

name: Build Droplet snapshot
on:
push:
tags:
- "v*.*.*"
jobs:
build-snapshot:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup packer
uses: hashicorp/setup-packer@v3.1.0
with:
version: latest
- name: install plugin
run: packer plugins install github.com/digitalocean/digitalocean 1.1.1
- name: build
env:
FF_VERSION: ${{ github.ref_name }}
DIGITALOCEAN_API_TOKEN: ${{ secrets.DIGITALOCEAN_API_TOKEN }}
run: ./build.sh