From 8c20607b09a884c7cd60c54ae1db856cf684fadf Mon Sep 17 00:00:00 2001 From: Marc Boehm Date: Mon, 25 Mar 2024 15:46:08 +0100 Subject: [PATCH] CAPAUT-353 Adjust wf --- .gitea/workflows/publish-docker-springboot.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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