Skip to content

Commit

Permalink
Merge pull request #98 from WildMeOrg/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

Bump docker/login-action from 1 to 3
  • Loading branch information
TanyaStere42 authored Nov 20, 2024
2 parents 03dda8d + 62324c6 commit ea68152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Log into image registries
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: wildmeorg
password: ${{ secrets.WBIA_WILDMEBOT_DOCKER_HUB_TOKEN }}
Expand Down

0 comments on commit ea68152

Please sign in to comment.