mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-19 01:46:45 +00:00
Fix and cleanup of v2 setup actions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
3f08c86128
commit
e9cb922263
19 changed files with 66 additions and 3827 deletions
6
.github/workflows/setup-buildx-ci.yml
vendored
6
.github/workflows/setup-buildx-ci.yml
vendored
|
@ -27,12 +27,6 @@ jobs:
|
|||
- v0.2.2
|
||||
- ""
|
||||
steps:
|
||||
-
|
||||
name: Runner info
|
||||
run: |
|
||||
sudo apt-get install -y hwinfo
|
||||
sudo hwinfo --short
|
||||
sudo mount
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
|
|
38
.github/workflows/setup-buildx-precheckin.yml
vendored
38
.github/workflows/setup-buildx-precheckin.yml
vendored
|
@ -1,38 +0,0 @@
|
|||
name: setup-buildx-precheckin
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-buildx-precheckin.yml
|
||||
- setup-buildx/**
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-buildx-precheckin.yml
|
||||
- setup-buildx/**
|
||||
|
||||
jobs:
|
||||
pre-checkin:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Install
|
||||
run: yarn --cwd ./setup-buildx/ install
|
||||
-
|
||||
name: Pre-checkin
|
||||
run: yarn --cwd ./setup-buildx/ run pre-checkin
|
||||
-
|
||||
name: Check for uncommitted changes
|
||||
run: |
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git status --porcelain
|
||||
echo "::warning::Found changes. Please run 'yarn --cwd ./setup-buildx/ run pre-checkin' and push"
|
||||
fi
|
6
.github/workflows/setup-qemu-ci.yml
vendored
6
.github/workflows/setup-qemu-ci.yml
vendored
|
@ -29,12 +29,6 @@ jobs:
|
|||
- all
|
||||
- arm64,riscv64,arm
|
||||
steps:
|
||||
-
|
||||
name: Runner info
|
||||
run: |
|
||||
sudo apt-get install -y hwinfo
|
||||
sudo hwinfo --short
|
||||
sudo mount
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
|
|
38
.github/workflows/setup-qemu-precheckin.yml
vendored
38
.github/workflows/setup-qemu-precheckin.yml
vendored
|
@ -1,38 +0,0 @@
|
|||
name: setup-qemu-precheckin
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-qemu-precheckin.yml
|
||||
- setup-qemu/**
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- v2-working-branch # remove when merged to master
|
||||
paths:
|
||||
- .github/workflows/setup-qemu-precheckin.yml
|
||||
- setup-qemu/**
|
||||
|
||||
jobs:
|
||||
pre-checkin:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Install
|
||||
run: yarn --cwd ./setup-qemu/ install
|
||||
-
|
||||
name: Pre-checkin
|
||||
run: yarn --cwd ./setup-qemu/ run pre-checkin
|
||||
-
|
||||
name: Check for uncommitted changes
|
||||
run: |
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git status --porcelain
|
||||
echo "::warning::Found changes. Please run 'yarn --cwd ./setup-qemu/ run pre-checkin' and push"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue