Skip to content

Commit

Permalink
update youdeyiwu-web-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dafengzhen committed Mar 17, 2024
1 parent 58ee3ce commit 4af3d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/youdeyiwu-web-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build image
uses: docker/build-push-action@v4
with:
context: .
context: ./web
push: false
tags: dafengzhen/youdeyiwu-web:dev

Expand All @@ -51,6 +51,6 @@ jobs:
- name: Push image
uses: docker/build-push-action@v4
with:
context: .
context: ./web
push: true
tags: dafengzhen/youdeyiwu-web:dev

0 comments on commit 4af3d61

Please sign in to comment.