Skip to content

ci: use docker/build-push-action to cache layers #6

ci: use docker/build-push-action to cache layers

ci: use docker/build-push-action to cache layers #6

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Roman Gilg <[email protected]>
# SPDX-License-Identifier: MIT
name: CI
on:
- push
- pull_request
jobs:
check-format:
uses: ./.github/workflows/check-format.yml
build:
uses: ./.github/workflows/build.yml
secrets: inherit