From 456fde28a5e047f623af7480b1a460b59658bbea Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Mon, 18 May 2026 18:35:29 +0200 Subject: [PATCH] build/patch: update gitea action references to use https --- .gitea/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8bcbd5b..f0bc7dc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,26 +23,26 @@ jobs: echo "IMAGE_MIGRATE=git.sebse.de/${{ github.repository }}-migrate" >> $GITHUB_ENV - name: Docker login - uses: git.sebse.de/sebse/actions/docker-login@main + uses: https://git.sebse.de/sebse/actions/docker-login@main with: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push app - uses: git.sebse.de/sebse/actions/docker-build-push@main + uses: https://git.sebse.de/sebse/actions/docker-build-push@main with: image: ${{ env.IMAGE }} context: ./web - name: Build and push migrate - uses: git.sebse.de/sebse/actions/docker-build-push@main + uses: https://git.sebse.de/sebse/actions/docker-build-push@main with: image: ${{ env.IMAGE_MIGRATE }} context: ./web dockerfile: ./web/Dockerfile.migrate - name: Package and push helm chart - uses: git.sebse.de/sebse/actions/helm-package-push@main + uses: https://git.sebse.de/sebse/actions/helm-package-push@main with: chart-path: ${{ env.CHART_PATH }} version: 0.0.0-${{ env.SHORT_SHA }} @@ -51,7 +51,7 @@ jobs: password: ${{ secrets.REGISTRY_TOKEN }} - name: Deploy to prod - uses: git.sebse.de/sebse/actions/helm-deploy@main + uses: https://git.sebse.de/sebse/actions/helm-deploy@main with: app: factorio-signal-exporter profile: prod