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