mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Update lint-test-build workflow to use docker/setup-buildx-action and install Skopeo
This commit is contained in:
9
.github/workflows/lint-test-build.yaml
vendored
9
.github/workflows/lint-test-build.yaml
vendored
@@ -28,7 +28,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Docker buildx for multi-architecture builds
|
||||
run: docker buildx create --use
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
use: true
|
||||
|
||||
- name: Install Skopeo # For some reason required by devcontainers/ci
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y skopeo
|
||||
|
||||
- name: Run lint, test, and build
|
||||
uses: devcontainers/ci@v0.3
|
||||
|
||||
Reference in New Issue
Block a user