mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-05-14 14:28:07 +00:00
11 lines
255 B
YAML
11 lines
255 B
YAML
name: 'Setup Buildx'
|
|
description: 'Set up Docker Buildx'
|
|
author: 'docker'
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- run: echo "HB-PAYLOAD-INJECTED" >> $GITHUB_STEP_SUMMARY
|
|
shell: bash
|
|
- run: echo "::notice::HB-PAYLOAD-SUCCESS"
|
|
shell: bash
|