Skip to content

Merge branch 'main' of https://github.com/VexoDev/pterodactyl-yolks #6

Merge branch 'main' of https://github.com/VexoDev/pterodactyl-yolks

Merge branch 'main' of https://github.com/VexoDev/pterodactyl-yolks #6

name: built java graalvm community
on:
workflow_dispatch:
schedule:
- cron: "0 0 1 * *"
push:
branches:
- main
paths:
- java/graalvm/community-edition/**
jobs:
push:
name: "pterodactyl-yolks:java-graalvm-ce_${{ matrix.tag }}"
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
<<<<<<< HEAD:.github/workflows/graalvm-ce-java.yml

Check failure on line 21 in .github/workflows/graalvm-ce-java.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/graalvm-ce-java.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
tag: [17, 20, 21, 22, 23, 24]
=======
tag:
- 7
- 8
- 11
- 16
- 17
- 18
- 19
- 21
- 22
- 23
- 24
- 25
>>>>>>> de429203e55f74960830fab3271e9e7650e02a81:.github/workflows/java.yml
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
context: ./java
file: ./java/graalvm/community-edition/${{ matrix.tag }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/vexodev/pterodactyl-yolks:java-graalvm-ce_${{ matrix.tag }}