Skip to content

Commit

Permalink
test: using login-action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
d.pikaliuk committed Jan 12, 2024
1 parent d66f38f commit 157e948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}


- name: Build and Push Docker image
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 157e948

Please sign in to comment.