Skip to content

chore: Bump terraform from v1.9.7 to v1.10.5 #168

chore: Bump terraform from v1.9.7 to v1.10.5

chore: Bump terraform from v1.9.7 to v1.10.5 #168

Workflow file for this run

name: PRs checks
on:
pull_request:
branches:
- main
jobs:
setup-image:
runs-on: ubuntu-24.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