chore(deps): update docker/login-action action to v4 #129

Open
CSRBot wants to merge 1 commits from renovate/docker-login-action-4.x into master
Showing only changes of commit b638fc9fd3 - Show all commits

View File

@@ -35,7 +35,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0 - uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.0.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -75,7 +75,7 @@ jobs:
- uses: docker/setup-qemu-action@v3.7.0 - uses: docker/setup-qemu-action@v3.7.0
- uses: docker/setup-buildx-action@v3.12.0 - uses: docker/setup-buildx-action@v3.12.0
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.0.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -110,7 +110,7 @@ jobs:
echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT echo "version_raw=${VERSION}" >> $GITHUB_OUTPUT
echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT echo "version_cleaned=${VERSION/v/}" >> $GITHUB_OUTPUT
- uses: docker/login-action@v3.7.0 - uses: docker/login-action@v4.0.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}