You've already forked reloading-manager
pushing another fix
This commit is contained in:
@@ -24,6 +24,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
- name: Login to Siteworx Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ vars.SITEWORX_USERNAME }}
|
||||||
|
password: ${{ secrets.SITEWORX_PASSWORD }}
|
||||||
registry: scr.siteworxpro.com
|
registry: scr.siteworxpro.com
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
@@ -63,6 +68,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
- name: Login to Siteworx Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ vars.SITEWORX_USERNAME }}
|
||||||
|
password: ${{ secrets.SITEWORX_PASSWORD }}
|
||||||
registry: scr.siteworxpro.com
|
registry: scr.siteworxpro.com
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v3
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user