feat: (PSKD-815) Default K8s version updated to 1.30, add support for 1.31 #644
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: Container Structure Test | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
acceptance: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Build the Docker image | |
run: docker build . --file Dockerfile --tag sas-iac-aks:local | |
- name: Container Structure Test Action | |
uses: plexsystems/[email protected] | |
with: | |
image: sas-iac-aks:local | |
config: container-structure-test.yaml |