Skip to content

Upgraded terraform version to 1.7.2 #78

Upgraded terraform version to 1.7.2

Upgraded terraform version to 1.7.2 #78

Workflow file for this run

name: Test Image Builds
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-image-builds:
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout
uses: actions/checkout@v3
- name: Build Images
run: make build-all