mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-16 15:04:13 +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:
|
||||
release:
|
||||
@@ -38,8 +38,8 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfiles/Dockerfile
|
||||
file: ./Dockerfiles/Dockerfile.jvm
|
||||
push: true
|
||||
tags: |
|
||||
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