diff --git a/.forgejo/workflows/build-image.yaml b/.forgejo/workflows/build-image.yaml index 0b1b8b8..1196a3d 100644 --- a/.forgejo/workflows/build-image.yaml +++ b/.forgejo/workflows/build-image.yaml @@ -31,31 +31,31 @@ jobs: git.alecodes.page/alecodes/compendium:latest git.alecodes.page/alecodes/compendium:${{ github.sha }} - - uses: actions/upload-artifact@v3 - with: - name: my-artifact - path: ./build-out/app - - deploy: - runs-on: ubuntu-latest - needs: - - create-docker-images - steps: - - uses: actions/download-artifact@v3 - - name: Display structure of downloaded files - run: ls -R - - name: Publish release - uses: https://code.forgejo.org/actions/forgejo-release@v2.5.0 - with: - url: "https://git.alecodes.page" - repo: "alecodes/compendium" - direction: upload - # tag: "${{ github.ref_name }}" - sha: "${{ github.sha }}" - release-dir: . - # token: ${{ secrets.TOKEN }} - override: ${{ vars.OVERRIDE || "false" }} - verbose: ${{ vars.VERBOSE || "false" }} + # - uses: actions/upload-artifact@v3 + # with: + # name: my-artifact + # path: ./build-out/app + # + # deploy: + # runs-on: ubuntu-latest + # needs: + # - create-docker-images + # steps: + # - uses: actions/download-artifact@v3 + # - name: Display structure of downloaded files + # run: ls -R + # - name: Publish release + # uses: https://code.forgejo.org/actions/forgejo-release@v2.5.0 + # with: + # url: "https://git.alecodes.page" + # repo: "alecodes/compendium" + # direction: upload + # # tag: "${{ github.ref_name }}" + # sha: "${{ github.sha }}" + # release-dir: . + # # token: ${{ secrets.TOKEN }} + # override: ${{ vars.OVERRIDE || "false" }} + # verbose: ${{ vars.VERBOSE || "false" }} # deploy: # runs-on: ubuntu-latest