Skip to content

Commit

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

Bump docker/login-action from 2 to 3
  • Loading branch information
acogoluegnes authored Sep 27, 2023
2 parents 81b7cc2 + 8bfa295 commit 8651f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-perf-test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Flags: ${{ steps.buildx.outputs.flags }}"
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 8651f8a

Please sign in to comment.