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 / clippy (push) Successful in 52s
Push Workflows / test (push) Successful in 1m2s
Push Workflows / docs (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m51s
Push Workflows / nix-build (push) Successful in 5m45s
Push Workflows / docker-build (push) Failing after 10s
Some checks failed
Push Workflows / rustfmt (push) Successful in 4s
Push Workflows / tailwind-build (push) Successful in 5s
Push Workflows / clippy (push) Successful in 52s
Push Workflows / test (push) Successful in 1m2s
Push Workflows / docs (push) Successful in 1m0s
Push Workflows / build (push) Successful in 1m51s
Push Workflows / nix-build (push) Successful in 5m45s
Push Workflows / docker-build (push) Failing after 10s
This commit is contained in:
@@ -87,6 +87,8 @@ jobs:
|
|||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest-docker
|
runs-on: ubuntu-latest-docker
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user