Restructure repo
All checks were successful
Create and publish container / build_container (push) Successful in 7s
All checks were successful
Create and publish container / build_container (push) Successful in 7s
This commit is contained in:
@@ -13,5 +13,5 @@ jobs:
|
|||||||
# run: echo ${{ vars.REGISTRY_USER_USERNAME }} echo ${{ secrets.REGISTRY_USER_PASSWORD }}
|
# run: echo ${{ vars.REGISTRY_USER_USERNAME }} echo ${{ secrets.REGISTRY_USER_PASSWORD }}
|
||||||
- name: Build and upload image
|
- name: Build and upload image
|
||||||
run: |
|
run: |
|
||||||
docker login ${{ vars.REGISTRY_URL }} -u ${{ vars.REGISTRY_USER_USERNAME }} -p "${{ secrets.REGISTRY_USER_PASSWORD }}"
|
docker login ${{ vars.REGISTRY_URL }} -u ${{ vars.REGISTRY_USER_USERNAME }} -p "${{ secrets.REGISTRY_USER_PASSWORD_ESCAPED }}"
|
||||||
./build-image.sh ${{ vars.REGISTRY_NAME }}
|
./latex/build-image.sh ${{ vars.REGISTRY_NAME }}
|
||||||
Reference in New Issue
Block a user