Fixed wrong workflow configurations
Build and Push Alpine PHP 8.3 Image / Build and push image (push) Successful in 51s Details
Build and Push Ubuntu PHP 8.3 Image / Build and push image (push) Successful in 1m7s Details

This commit is contained in:
Aditya Prima 2024-09-12 02:09:48 +07:00
parent 7a3c2375d2
commit 47188ff9db
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: git.winteraccess.id
username: aditya.prima
password: ${{ secrets.PATOKEN }}
registry: docker.io
username: aprimediet
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push 5.6
uses: docker/build-push-action@v5
with: