Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kqzh committed Mar 29, 2024
1 parent 9e8089d commit dd779ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
registry: docker.io
- name: Build and Push Docker images
run: |
export GOPATH=${GITHUB_WORKSPACE}/go
export PATH=$PATH:$GOPATH/bin
# export GOPATH=${GITHUB_WORKSPACE}/go
# export PATH=$PATH:$GOPATH/bin
export IMAGE_TAG=latest
make image-multiarch
working-directory: ${{ github.workspace }}/go/src/github.com/${{ github.repository }}

0 comments on commit dd779ca

Please sign in to comment.