Skip to content

shouldn't be committing log files #9

shouldn't be committing log files

shouldn't be committing log files #9

Workflow file for this run

name: Demo Gold Image Pipeline for NGINX
on:
push:
branches:
- main
jobs:
gold-image:
name: Gold Image Pipeline
runs-on: ubuntu-20.04
env:
CHEF_LICENSE: accept
PROFILE: my_nginx
steps:
- name: Update ubuntu
run: sudo apt-get update -y
- name: PREP - Install InSpec executable
run: curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P inspec -v 5
- name: PREP - Install profile
uses: actions/checkout@v3