ci/cd maybe??
Some checks failed
Build and Deploy artifact / build (push) Failing after 1m21s

This commit is contained in:
kento2 2026-08-05 01:17:15 +02:00
parent c75c4cfabc
commit 4060235a75
2 changed files with 9 additions and 9 deletions

View file

@ -1,15 +1,17 @@
name: "Build and Deploy artifact"
on:
push:
branches: [master]
branches: [master,main]
jobs:
build:
runs-on: docker
container:
image: "git.lab0x13.site/scrow/bazel-java:0.5"
image: "git.lab0x13.site/scrow/bazel-java:0.6"
steps:
- uses: actions/checkout@v7
- id: build
run: |
bazel build //bukkit:bukkit.publish //core:core.publish //velocity:velocity.publish \
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' --remote_upload_local_results
--remote_cache='https://${{ secrets.CACHE_USERNAME }}:${{ secrets.CACHE_PASSWORD }}@cache.lab0x13.site' \
--remote_upload_local_results