Skip to content

Commit

Permalink
fixes 149: update publish action to use v3 docker/login step
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed May 5, 2024
1 parent f7c26cf commit 769a580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

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

0 comments on commit 769a580

Please sign in to comment.