Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 11m33s
Some checks failed
Build & Publish / build (push) Failing after 11m33s
This commit is contained in:
parent
a1b3587af4
commit
806cfe8f46
1 changed files with 6 additions and 6 deletions
12
.github/workflows/root.yml
vendored
12
.github/workflows/root.yml
vendored
|
@ -9,16 +9,16 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
uses: https://github.com/docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
|
||||
- name: Set up Java
|
||||
uses: actions/setup-java@v4
|
||||
uses: https://github.com/actions/setup-java@v4
|
||||
|
||||
with:
|
||||
java-version: 21
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: "./gradlew build"
|
||||
|
||||
- name: Login to DigitalOcean Registry
|
||||
uses: docker/login-action@v3
|
||||
uses: https://github.com/docker/login-action@v3
|
||||
|
||||
with:
|
||||
registry: registry.digitalocean.com
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
password: ${{ secrets.DOKEY }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: https://github.com/docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue