Skip to content

docker: add kubectl to the toolkit #17

docker: add kubectl to the toolkit

docker: add kubectl to the toolkit #17

Workflow file for this run

name: Docker Image CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag "devops-toolkit-review:$GITHUB_SHA"
- name: Verify tool versions
run: |
cd scripts
chmod +x check_version_in_toolkit.sh
./check_version_in_toolkit.sh "devops-toolkit-review:$GITHUB_SHA"