summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2023-09-23 09:21:45 +0200
committerGitHub <noreply@github.com>2023-09-23 09:21:45 +0200
commit73fa0a27be803600d3744ac48975fe102abfcdaa (patch)
tree6631770cccec6cb0159aac087f833f1adb372e9a
parent51bb691f88adc98bee2e8d822be37cc856494732 (diff)
parent496c96879c6a2be576a6b5e43d52a66de5b9b92f (diff)
Merge pull request #2546 from nicolargo/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5c0b57f9..f99ae64f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -130,7 +130,7 @@ jobs:
version: latest
- name: Login to DockerHub
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
if: ${{ env.PUSH_BRANCH == 'true' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}