mirror of
https://github.com/docker/build-push-action.git
synced 2025-02-18 14:42:56 -05:00
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
|