summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-12 11:58:09 +0000
committerGitHub <noreply@github.com>2023-09-12 11:58:09 +0000
commit496c96879c6a2be576a6b5e43d52a66de5b9b92f (patch)
tree3e712981c7805807bb28b372e505b5720753cdbe
parent9211b394384542c55e33e8671675b692e8d0d43a (diff)
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 be17203f..c7c553e1 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 }}