mirror of
https://github.com/docker/build-push-action.git
synced 2024-12-26 00:32:08 -05:00
Merge pull request #1274 from crazy-max/init-buildkit-5561
init buildkit-5561 workflow
This commit is contained in:
commit
11be14d908
1 changed files with 16 additions and 0 deletions
16
.github/workflows/buildkit-5561.yml
vendored
Normal file
16
.github/workflows/buildkit-5561.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
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
|
Loading…
Reference in a new issue