Skip to content

Merge pull request #47 from FlowFuse/release-2.7.0 #25

Merge pull request #47 from FlowFuse/release-2.7.0

Merge pull request #47 from FlowFuse/release-2.7.0 #25

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