Update workflow to HTTPS, test commit
Some checks failed
Build Frontend / build (push) Failing after 2m1s

This commit is contained in:
g
2026-01-11 12:22:11 +00:00
parent 5ceadb7cbe
commit 660547e901
2 changed files with 4 additions and 4 deletions

View File

@@ -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