Skip to content

Commit 444c5d0

Browse files
authored
Merge branch 'master' into fix/remove-verbosal-error-in-newSecretForCR
2 parents 442c4a9 + f204c90 commit 444c5d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- if: ${{ steps.cr.outputs.changed_charts }}
4242
name: Login to GitHub Container Registry
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
uses: docker/setup-buildx-action@v3
2121

2222
- name: Login to Docker Hub
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
if: ${{ github.repository == 'movetokube/postgres-operator' }}
2525
with:
2626
username: ${{ secrets.DOCKER_USER }}
2727
password: ${{ secrets.DOCKER_TOKEN }}
2828

2929
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@v3
30+
uses: docker/login-action@v4
3131
with:
3232
registry: ghcr.io
3333
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)