Compare commits

2 Commits

Author SHA1 Message Date
bagas bdc4b90f1b Merge pull request 'chore(deps): update docker/login-action action to v4' (#78) from renovate/docker-login-action-4.x into main
Docker Build and Push / build-and-push (push) Failing after 2m29s
Reviewed-on: #78
2026-03-08 22:09:33 +07:00
Renovate-Clanker f105fb9907 chore(deps): update docker/login-action action to v4 2026-03-04 09:05:47 +00:00
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Log in to Docker Hub - name: Log in to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: git.fossy.my.id registry: git.fossy.my.id
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}