Skip to content

Refactor ARG declarations in Dockerfile #12

Refactor ARG declarations in Dockerfile

Refactor ARG declarations in Dockerfile #12

Workflow file for this run

name: build
on:
push:
jobs:
lint:
permissions:
contents: read
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: shellcheck *.sh
push:
needs: [lint]
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main
permissions:
contents: read
packages: write
secrets: inherit