mirror of
https://github.com/docker/build-push-action.git
synced 2024-12-26 08:42:09 -05:00
f5a8591a7f
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
16 lines
256 B
YAML
16 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
|