Skip to content

added installation of packer docker plugin #40

added installation of packer docker plugin

added installation of packer docker plugin #40

Workflow file for this run

name: Packer Template Configuration Checks
on:
pull_request:
branches: [ main ]
jobs:
validate:
name: Packer Validate
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
# validate templates
- name: Validate Template
uses: hashicorp/packer-github-actions@master
with:
command: validate
working_directory: packer
target: thredds-test-env.json