build(deps): bump hashicorp/terraform from 1.8.4 to 1.8.5 #127
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PRs checks | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
setup-image: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build setup image | |
run: make build | |
- name: Build UBI based setup image | |
run: make build \ | |
DOCKERFILE=Dockerfile-ubi \ | |
TAG_SUFFIX=-ubi |