Compare commits

..

1 Commits

Author SHA1 Message Date
75c91821e9 Allow Docker build job to push image to registry
Some checks failed
Push Workflows / rustfmt (push) Successful in 4s
Push Workflows / tailwind-build (push) Successful in 5s
Push Workflows / docker-build (push) Failing after 25s
Push Workflows / clippy (push) Successful in 53s
Push Workflows / test (push) Successful in 1m1s
Push Workflows / docs (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m51s
Push Workflows / nix-build (push) Successful in 5m17s
2026-08-11 20:35:30 -04:00

View File

@@ -87,6 +87,8 @@ jobs:
docker-build:
runs-on: ubuntu-latest-docker
permissions:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4