Updated action workflows
This commit is contained in:
parent
7bdc9569e0
commit
e7c4835c08
|
@ -17,8 +17,8 @@ jobs:
|
|||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.winteraccess.id
|
||||
username: aditya.prima
|
||||
password: ${{ secrets.PATOKEN }}
|
||||
username: ${{ vars.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
- name: Build and push 3.5
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
Loading…
Reference in New Issue