.
Some checks failed
Build and Deploy artifact / build (push) Failing after 32s

This commit is contained in:
kento2 2026-08-05 11:12:39 +02:00
parent 28bb6a8395
commit fb0d186255

View file

@ -10,11 +10,11 @@ jobs:
image: "git.lab0x13.site/scrow/bazel-java:0.6"
steps:
- uses: actions/checkout@v7
- id: build
uses: actions/cache@v6
- uses: actions/cache@v6
with:
path: /var/cache/bazel
key: bazel
key:
- id: build
env:
CACHE_USERNAME: ${{ secrets.CACHE_USERNAME }}
CACHE_PASSWORD: ${{ secrets.CACHE_PASSWORD }}