Fixed wrong workflow configurations
This commit is contained in:
parent
7a3c2375d2
commit
47188ff9db
|
@ -16,9 +16,9 @@ jobs:
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.winteraccess.id
|
registry: docker.io
|
||||||
username: aditya.prima
|
username: aprimediet
|
||||||
password: ${{ secrets.PATOKEN }}
|
password: ${{ secrets.DOCKER_TOKEN }}
|
||||||
- name: Build and push 5.6
|
- name: Build and push 5.6
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue