From 660547e901a9be85a5e0995afbf6338107069b5a Mon Sep 17 00:00:00 2001 From: g Date: Sun, 11 Jan 2026 12:22:11 +0000 Subject: [PATCH] Update workflow to HTTPS, test commit --- .gitea/workflows/build.yml | 6 +++--- tailwind.config.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4c628a6..a061a9e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,10 +13,10 @@ jobs: run: docker build -t ember-market-frontend . - name: Login to Gitea Registry - run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login http://runner.thaiboydigit.al -u g --password-stdin + run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login https://runner.thaiboydigit.al -u g --password-stdin - name: Tag Docker image - run: docker tag ember-market-frontend http://runner.thaiboydigit.al/g/ember-market-frontend:latest + run: docker tag ember-market-frontend https://runner.thaiboydigit.al/g/ember-market-frontend:latest - name: Push Docker image - run: docker push http://runner.thaiboydigit.al/g/ember-market-frontend:latest + run: docker push https://runner.thaiboydigit.al/g/ember-market-frontend:latest diff --git a/tailwind.config.ts b/tailwind.config.ts index 36f90c9..439b464 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -117,7 +117,7 @@ const config: Config = { future: { hoverOnlyWhenSupported: true, }, - // test commit final final + // test commit final final final }; export default config;