Skip to content

Commit

Permalink
ci: upgrade docker/login-action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 23, 2024
1 parent c981320 commit 7233e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Log in to Docker Hub
continue-on-error: true
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.EDUNEXT_DOCKER_USERNAME }}
password: ${{ secrets.EDUNEXT_DOCKER_PASSWORD }}
Expand Down

0 comments on commit 7233e45

Please sign in to comment.