mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-18 16:13:53 +00:00
Update docker-image-amd64.yml
This commit is contained in:
6
.github/workflows/docker-image-amd64.yml
vendored
6
.github/workflows/docker-image-amd64.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build and Push Docker Image -Amd64
|
name: Build and Push Docker Image -jar
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
@@ -38,8 +38,8 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfiles/Dockerfile
|
file: ./Dockerfiles/Dockerfile.jvm
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }}-amd64
|
yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }}-amd64
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64, linux/arm64
|
||||||
|
Reference in New Issue
Block a user