Change registry to HTTP on runner.thaiboydigit.al
Some checks failed
Build Frontend / build (push) Failing after 2m4s
Some checks failed
Build Frontend / build (push) Failing after 2m4s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user