Skip to content

Commit

Permalink
upgraded docker login action to prevent problems with soon-to-be depr…
Browse files Browse the repository at this point in the history
…ecated github workflow commands (#131)

Signed-off-by: Filip Gschwandtner <[email protected]>
  • Loading branch information
fgschwan authored Sep 27, 2023
1 parent 171ce3e commit dd652a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker images

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

0 comments on commit dd652a7

Please sign in to comment.