Skip to content

updated template.pkr.hcl #25

updated template.pkr.hcl

updated template.pkr.hcl #25

Workflow file for this run

# vim:ts=2:sts=2:sw=2:et
#
# Author: Hari Sekhon
# Date: 2023-05-31 01:49:54 +0100 (Wed, 31 May 2023)
#
# https://github.com/HariSekhon/Templates
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# H a s h i C o r p P a c k e r
# ============================================================================ #
---
name: HashiCorp Packer
on:
push:
branches:
- master
- main
paths:
- template.pkr.hcl
- .github/workflows/packer.yaml # this workflow
pull_request:
branches:
- master
- main
paths:
- template.pkr.hcl
- .github/workflows/packer.yaml # this workflow
workflow_dispatch:
permissions:
contents: read
jobs:
packer:
name: Packer
uses: HariSekhon/GitHub-Actions/.github/workflows/packer.yaml@master