mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-06-09 15:28:21 +00:00
fix build.yml (x9)
This commit is contained in:
parent
0481681dd4
commit
a65772f575
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -16,10 +16,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Buildpack CLI
|
|
||||||
run: |
|
|
||||||
curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-linux.tgz" | tar -xzv -C /usr/local/bin
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ RUN ./gradlew --no-daemon dependencies
|
|||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|
||||||
# Build the application
|
# Build the application
|
||||||
RUN ./gradlew build
|
|
||||||
RUN ./gradlew nativeCompile
|
RUN ./gradlew nativeCompile
|
||||||
|
|
||||||
# Runner Stage
|
# Runner Stage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user