Skip to content

Commit

Permalink
revert docker login-action (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan committed Dec 2, 2022
1 parent e3151c1 commit 3fe9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: docker/setup-buildx-action@v2

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

0 comments on commit 3fe9ca2

Please sign in to comment.