Skip to content

Publish docker image as part of the release process (#840) #81

Publish docker image as part of the release process (#840)

Publish docker image as part of the release process (#840) #81

Workflow file for this run

name: shellcheck
on:
workflow_dispatch: {}
push:
branches: [master]
paths:
- "scripts/*"
- .github/workflows/shellcheck.yml
pull_request:
types: [opened, synchronize]
paths:
- "scripts/*"
- .github/workflows/shellcheck.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
dockerfile:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: shellcheck
run: |
shellcheck ./scripts/release.sh ./src/bin/package_for_release/linux_runtime_wrapper.sh