Skip to content

Output the shellcheck version in the build #16

Output the shellcheck version in the build

Output the shellcheck version in the build #16

Workflow file for this run

name: Build the docker image
permissions:
contents: read
on: [push]
jobs:
build-action:
name: Build the docker image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Build action image
run: make docker-build
env:
PLATFORM: linux/amd64
ACTION: load
PROGRESS_MODE: plain