Skip to content

revert workflow back to 22.04 #51

revert workflow back to 22.04

revert workflow back to 22.04 #51

Workflow file for this run

name: CI
on:
push:
branches:
- main
env:
VAULT_PASS: "${{ secrets.VAULT_PASS }}"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build & Test Dotfiles
run: |
docker build --build-arg VAULT_PASS=$VAULT_PASS -t ansible-build -f Dockerfile_GitHub .
docker run ansible-build