1 Commits

Author SHA1 Message Date
Renovate-Clanker 5b004556b7 chore(deps): update docker/login-action action to v4 2026-06-11 18:08:21 +00:00
+3 -3
View File
@@ -42,7 +42,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: git.fossy.my.id
username: ${{ secrets.DOCKER_USERNAME }}
@@ -78,7 +78,7 @@ jobs:
fi
- name: Build and push Docker image (release)
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
push: true
@@ -96,7 +96,7 @@ jobs:
if: steps.version.outputs.IS_PRERELEASE == 'false'
- name: Build and push Docker image (pre-release)
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
context: .
push: true