Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Another Fix Path CI / CD Docker Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
H0llyW00dzZ committed Nov 13, 2023
1 parent aad142f commit 16de4a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-without-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
with:
repository: ${{ github.repository_owner }}/go-reverse-proxy
ref: master
path: ${{ runner.workspace }}/go-reverse-proxy
path: ${{ runner.workspace }}/ChatGPT-Next-Web/go-reverse-proxy

-
name: Copy go sum
if: ${{ github.event.inputs.build_reverse_proxy == 'yes' }}
run: |
cp ${{ runner.workspace }}/go-reverse-proxy/go.sum ${{ runner.workspace }}
cp ${{ runner.workspace }}/ChatGPT-Next-Web/go-reverse-proxy/go.sum ${{ runner.workspace }}
-
name: Set up Go
if: ${{ github.event.inputs.build_reverse_proxy == 'yes' }}
Expand All @@ -59,7 +59,7 @@ jobs:
go-version: '1.21.3'
env:
NODE_VERSION: 18
working-directory: ${{ runner.workspace }}/go-reverse-proxy
working-directory: ${{ runner.workspace }}/ChatGPT-Next-Web/go-reverse-proxy


-
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: ${{ github.event.inputs.build_reverse_proxy == 'yes' }}
uses: docker/build-push-action@v4
with:
context: ${{ runner.workspace }}/go-reverse-proxy
context: ${{ runner.workspace }}/ChatGPT-Next-Web/go-reverse-proxy
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/h0llyw00dzz/chatgpt-next-web:${{ github.event.inputs.go_reverse_proxy_tag }}
Expand Down

0 comments on commit 16de4a0

Please sign in to comment.