Updated action workflows
Build and Push Alpine Image / Build and push image (push) Successful in 3m7s Details
Build and Push Alpine Image to Winter Access Registry / Build and push image (push) Successful in 1m22s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-13 01:54:09 +07:00
parent 7bdc9569e0
commit e7c4835c08
2 changed files with 2 additions and 2 deletions

View File

@ -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: