Skip to content

Commit

Permalink
Updates docker login action to v2
Browse files Browse the repository at this point in the history
to fix warning `save-state command is deprecated
and will be disabled soon`
  • Loading branch information
gurkanindibay committed Jul 11, 2023
1 parent f30498e commit 794b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# This step is to fetch the images unanonymously to have higher bandwidth
- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USER_NAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 794b6b3

Please sign in to comment.