1
0
mirror of https://gitea.com/docker/build-push-action.git synced 2026-01-23 06:54:33 +07:00

Container based developer flow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-10-23 21:58:59 +02:00
parent c58c6870a2
commit 0307a522bb
8 changed files with 274 additions and 3183 deletions

View File

@@ -9,6 +9,19 @@ on:
- master
jobs:
test-containerized:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.3.3
-
name: Validate
run: docker buildx bake validate
-
name: Test
run: docker buildx bake test
test:
runs-on: ubuntu-latest
steps: