Skip to content

Commit

Permalink
fix tow build
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Dec 29, 2023
1 parent b697157 commit c1fb1c3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docker-image-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,18 @@ jobs:
with:
node-version: "20"

- name: Setup yarn
uses: DerYeger/yarn-setup-action@v1.0.1
with:
# The version of Node.js that will be used
node-version: "20"
# - name: Setup yarn
# uses: DerYeger/yarn-setup-action@v1.0.1
# with:
# # The version of Node.js that will be used
# node-version: "20"

- uses: docker/login-action@v1
with:
registry: ${{ secrets.TC_DOCKER_HUB_ADDRESS }} # 声明镜像源
username: ${{ secrets.TC_DOCKER_HUB_USERNAME }}
password: ${{ secrets.TC_DOCKER_HUB_PASSWORD }}
- name: build
run: yarn build


- name: Build docker image
run:
docker buildx build --file Dockerfile --tag control-platform-client-uat:latest .
Expand Down

0 comments on commit c1fb1c3

Please sign in to comment.