Add missing env variables to workflow
Some checks failed
Build and Push Docker Image / build (push) Failing after 12s
Build / Build and analyze (push) Has been cancelled

This commit is contained in:
2025-12-17 17:15:05 -05:00
parent 28eb382c6c
commit f42fb65f05

View File

@@ -8,6 +8,11 @@ jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_ORG: melissa
DOCKER_LATEST: nightly
RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/checkout@v4