chore: update workflow (#17)

This commit is contained in:
zuomeng wang
2022-10-14 14:56:38 +08:00
committed by GitHub
parent e26d10f4d0
commit 88bc397816

View File

@@ -61,7 +61,7 @@ jobs:
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
path: ./out path: ./packages/app/out
push_to_registry: push_to_registry:
# See https://docs.github.com/en/actions/publishing-packages/publishing-docker-images # See https://docs.github.com/en/actions/publishing-packages/publishing-docker-images
@@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: artifact name: artifact
path: out/ path: packages/app/out/
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2