diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 0321fa6cb..b5bae0622 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -72,10 +72,9 @@ jobs: docker save next-terminal:${{ steps.version.outputs.VERSION}} | gzip > next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz ls -lh next-terminal-*.tar.gz - # Artifact upload disabled due to Gitea SSL configuration issue - # - name: Upload artifact - # uses: actions/upload-artifact@v3 - # with: - # name: next-terminal-docker-${{ steps.version.outputs.VERSION }} - # path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz - # retention-days: 7 + - name: Upload artifact + uses: actions/upload-artifact@v3 + with: + name: next-terminal-docker-${{ steps.version.outputs.VERSION }} + path: next-terminal-${{ steps.version.outputs.VERSION}}.tar.gz + retention-days: 7