260323:1132 fix CI : Verify relaase : 🐋 Login to Internal Registry #02
This commit is contained in:
@@ -73,8 +73,11 @@ jobs:
|
|||||||
echo "Releasing version: $VERSION"
|
echo "Releasing version: $VERSION"
|
||||||
|
|
||||||
- name: 🐋 Login to Internal Registry
|
- name: 🐋 Login to Internal Registry
|
||||||
run: |
|
uses: docker/login-action@v3
|
||||||
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
|
with:
|
||||||
|
registry: ${{ secrets.REGISTRY_URL }}
|
||||||
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: 🏗️ Build & Push Backend
|
- name: 🏗️ Build & Push Backend
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user