Update workflow to HTTPS, test commit
Some checks failed
Build Frontend / build (push) Failing after 2m1s
Some checks failed
Build Frontend / build (push) Failing after 2m1s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -117,7 +117,7 @@ const config: Config = {
|
||||
future: {
|
||||
hoverOnlyWhenSupported: true,
|
||||
},
|
||||
// test commit final final
|
||||
// test commit final final final
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user