fgdhfdgh
Some checks failed
Build and Push Minecraft Docker Images / build (push) Failing after 23s

This commit is contained in:
2025-07-03 06:35:34 -07:00
parent a890bcb1bc
commit 12e2e6747f
2 changed files with 8 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up QEMU for multi-platform builds # - name: Set up QEMU for multi-platform builds
uses: docker/setup-qemu-action@v2 # uses: docker/setup-qemu-action@v2
- name: Set image tags and names - name: Set image tags and names
@@ -59,18 +59,18 @@ jobs:
# Build and Push Docker Images for vanilla, testing, fabric, docker-build # Build and Push Docker Images for vanilla, testing, fabric, docker-build
- name: Build and Push vanilla Docker Image - name: Build and Push vanilla Docker Image
run: | run: |
docker buildx build --platform linux/amd64,linux/arm64 \ docker buildx build --platform linux/amd64 \
--push -t ${IMAGE_VANILLA} \ --push -t ${IMAGE_VANILLA} \
./vanilla ./vanilla
- name: Build and Push testing Docker Image - name: Build and Push testing Docker Image
run: | run: |
docker buildx build --platform linux/amd64,linux/arm64 \ docker buildx build --platform linux/amd64 \
--push -t ${IMAGE_TESTING} \ --push -t ${IMAGE_TESTING} \
./testing ./testing
- name: Build and Push fabric Docker Image - name: Build and Push fabric Docker Image
run: | run: |
docker buildx build --platform linux/amd64,linux/arm64 \ docker buildx build --platform linux/amd64 \
--push -t ${IMAGE_FABRIC} \ --push -t ${IMAGE_FABRIC} \
./minecraft-fabric ./minecraft-fabric

View File

@@ -39,4 +39,6 @@ RUN wget "$INSTALL_SCRIPT" -O /MCtemp/install_script.sh \
VOLUME /MCserver VOLUME /MCserver
# Run command # Run command
CMD [ "/bin/bash", "./MCtemp/install_script.sh" ] CMD [ "/bin/bash", "./MCtemp/install_script.sh" ]
#ldkgfmh;fmgh;