Fix test
All checks were successful
on-push / build (push) Successful in 2m9s
on-release / build (push) Successful in 11s

This commit is contained in:
2026-01-21 22:08:03 +01:00
parent fe0d3c4372
commit bd355a62a8
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
docker build --pull=true -t "$PACKAGE_IMAGE:latest" ./mdbook
- name: Test image
run: |
docker run --rm "$PACKAGE_IMAGE:latest" --version
docker run --rm "$PACKAGE_IMAGE:latest" mdbook --version
- name: Push image
run: |
echo ${{ secrets.ACT_RUNNER_TOKEN }} | docker login -u oauth2 --password-stdin "$PACKAGE_HOST"