Change registry to HTTP on runner.thaiboydigit.al
Some checks failed
Build Frontend / build (push) Failing after 2m4s

This commit is contained in:
g
2026-01-11 10:33:02 +00:00
parent 9fc3f12a44
commit a88c1422e8

View File

@@ -13,10 +13,10 @@ jobs:
run: docker build -t ember-market-frontend . run: docker build -t ember-market-frontend .
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login runner.thaiboydigit.al -u g --password-stdin run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login http://runner.thaiboydigit.al -u g --password-stdin
- name: Tag Docker image - name: Tag Docker image
run: docker tag ember-market-frontend runner.thaiboydigit.al/g/ember-market-frontend:latest run: docker tag ember-market-frontend http://runner.thaiboydigit.al/g/ember-market-frontend:latest
- name: Push Docker image - name: Push Docker image
run: docker push runner.thaiboydigit.al/g/ember-market-frontend:latest run: docker push http://runner.thaiboydigit.al/g/ember-market-frontend:latest