build/patch: update gitea action references to use https
Some checks failed
Build & Push / build (push) Failing after 1m17s

This commit is contained in:
Caesar2011
2026-05-18 18:35:29 +02:00
parent 159eb7fbc3
commit 456fde28a5

View File

@@ -23,26 +23,26 @@ jobs:
echo "IMAGE_MIGRATE=git.sebse.de/${{ github.repository }}-migrate" >> $GITHUB_ENV echo "IMAGE_MIGRATE=git.sebse.de/${{ github.repository }}-migrate" >> $GITHUB_ENV
- name: Docker login - name: Docker login
uses: git.sebse.de/sebse/actions/docker-login@main uses: https://git.sebse.de/sebse/actions/docker-login@main
with: with:
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push app - 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: with:
image: ${{ env.IMAGE }} image: ${{ env.IMAGE }}
context: ./web context: ./web
- name: Build and push migrate - 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: with:
image: ${{ env.IMAGE_MIGRATE }} image: ${{ env.IMAGE_MIGRATE }}
context: ./web context: ./web
dockerfile: ./web/Dockerfile.migrate dockerfile: ./web/Dockerfile.migrate
- name: Package and push helm chart - 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: with:
chart-path: ${{ env.CHART_PATH }} chart-path: ${{ env.CHART_PATH }}
version: 0.0.0-${{ env.SHORT_SHA }} version: 0.0.0-${{ env.SHORT_SHA }}
@@ -51,7 +51,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Deploy to prod - name: Deploy to prod
uses: git.sebse.de/sebse/actions/helm-deploy@main uses: https://git.sebse.de/sebse/actions/helm-deploy@main
with: with:
app: factorio-signal-exporter app: factorio-signal-exporter
profile: prod profile: prod