CI: standardize workflows
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Failing after 3m19s

This commit is contained in:
Sagent
2026-06-13 21:36:05 +00:00
parent 45d3469376
commit 1a4c17a26c
4 changed files with 39 additions and 30 deletions
+3 -6
View File
@@ -13,13 +13,10 @@ jobs:
with:
dockerfile: Dockerfile
build:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
- uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
with:
context: .
push: false
pull: true
- run: docker build -t ci-image:${{ github.sha }} .
- run: bash tests/test.sh ci-image:${{ github.sha }}