Skip to content

Commit

Permalink
Merge pull request #25 from akhilgkrishnan/upgrade-docker-login
Browse files Browse the repository at this point in the history
Use docker-login action v3
  • Loading branch information
andrewn617 authored May 1, 2024
2 parents 3d0ee43 + 9f492d0 commit 385cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout (GitHub)
uses: actions/checkout@v4

- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit 385cb6f

Please sign in to comment.