mirror of
https://github.com/docker/build-push-action.git
synced 2024-12-27 01:02:12 -05:00
17 lines
256 B
YAML
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
|