diff --git a/.gitea/workflows/publish-docker-springboot.yaml b/.gitea/workflows/publish-docker-springboot.yaml index 2c88ac3..1c8c970 100644 --- a/.gitea/workflows/publish-docker-springboot.yaml +++ b/.gitea/workflows/publish-docker-springboot.yaml @@ -18,8 +18,10 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 - - name: Download build artifacts (dist files) - uses: actions/download-artifact@v3 - with: - name: artifacts-build - path: build/ \ No newline at end of file + # - name: Download build artifacts (dist files) + # uses: actions/download-artifact@v3 + # with: + # name: artifacts-build + # path: build/ + - name: Setup docker buildx environment + uses: docker/setup-buildx-action@v3 \ No newline at end of file