mirror of
https://github.com/docker/build-push-action.git
synced 2024-12-25 16:22:12 -05:00
Revert "init buildkit-5561 workflow"
This reverts commit f5a8591a7f
.
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
bcc9f4afe7
commit
32ee877a58
1 changed files with 0 additions and 16 deletions
16
.github/workflows/buildkit-5561.yml
vendored
16
.github/workflows/buildkit-5561.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
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