Public Access
1
0
mirror of https://github.com/docker/build-push-action.git synced 2026-01-27 15:13:10 +03:00
Files
build-push-action/.github/workflows/buildkit-5561.yml
2024-12-05 15:21:59 +01:00

17 lines
256 B
YAML

name: buildkit-5561
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4