Skip to content

Commit

Permalink
Merge pull request #37 from kcl-lang/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-3

chore: (deps): bump docker/login-action from 2 to 3
  • Loading branch information
Peefy committed Feb 18, 2024
2 parents ccceaaa + 2b18fba commit 306bf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# <--- Login, build and push image to Docker Hub --->
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 306bf37

Please sign in to comment.