Skip to content

Commit

Permalink
Merge pull request #237 from White-Whale-Defi-Platform/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
faddat authored Sep 14, 2023
2 parents cb5ec03 + 8e18435 commit b2f31ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit b2f31ec

Please sign in to comment.