Fix tag and push commands
All checks were successful
Build Frontend / build (push) Successful in 1m59s

This commit is contained in:
g
2026-01-11 12:25:11 +00:00
parent 660547e901
commit 397177fe36

View File

@@ -16,7 +16,7 @@ jobs:
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 https://runner.thaiboydigit.al/g/ember-market-frontend:latest
run: docker tag ember-market-frontend runner.thaiboydigit.al/g/ember-market-frontend:latest
- name: Push Docker image
run: docker push https://runner.thaiboydigit.al/g/ember-market-frontend:latest
run: docker push runner.thaiboydigit.al/g/ember-market-frontend:latest