mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Simplify Docker buildx setup in lint-test-build workflow by replacing action with direct command
This commit is contained in:
4
.github/workflows/lint-test-build.yaml
vendored
4
.github/workflows/lint-test-build.yaml
vendored
@@ -28,9 +28,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Docker buildx for multi-architecture builds
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
use: true
|
||||
run: docker buildx create --use
|
||||
|
||||
- name: Run lint, test, and build
|
||||
uses: devcontainers/ci@v0.3
|
||||
|
||||
Reference in New Issue
Block a user