Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
ripps818 authored Feb 14, 2024
1 parent acd5211 commit f015485
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@main

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

0 comments on commit f015485

Please sign in to comment.