Skip to content

Commit

Permalink
ci: build_mc_server_imagesで環境変数を指定する
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Nov 9, 2023
1 parent f647891 commit 08f9a22
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_mcserver_images.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Minecraft Server Images
on:
on:
push:
paths:
- ".github/workflows/build_mcserver_images.yaml"
Expand Down Expand Up @@ -93,3 +93,10 @@ jobs:
cache-from: type=gha
# すべてのビルドステージのすべてのレイヤーをキャッシュして欲しいのでmode=max
cache-to: type=gha,mode=max
build-args: |
MINIO_ENDPOINT=seichi-private-plugin-blackhole-minio-console.minio:9001
MINIO_ACCESS_KEY= ${{ secrets.TF_VAR_MINIO_PROD_ACCESS_KEY }}
MINIO_ACCESS_SECRET=${{ secrets.TF_VAR_MINIO_PROD_ACCESS_SECRET }}
BUCKET_NAME=seichi-plugins
BUCKET_PREFIX_NAME=deb-1-18-2
DOWNLOAD_TARGET_DIR_PATH=/plugins

0 comments on commit 08f9a22

Please sign in to comment.