From 498819ed467164e66b521028a6ad21d4d15e06c0 Mon Sep 17 00:00:00 2001 From: markwoerdenweber <116349750+markwoerdenweber@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:38:13 +0100 Subject: [PATCH] Update publish-release.yml Publish-Release workflow: Set docker-login action to v3 --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index eb3d0e21a..b576fe165 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -46,7 +46,7 @@ jobs: run: dotnet build Smartstore.sln -c Release - name: Log in to the GitHub Container registry - uses: docker/login-action@v4 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}