Skip to content

Commit

Permalink
Merge pull request #29 from mesosphere/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
mhrabovcin authored Jan 15, 2025
2 parents 225037d + 32d4f02 commit d43785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: DOWNLOAD_BINARIES=y bash -x ./scripts/pre-commit.sh

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit d43785f

Please sign in to comment.