Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/registry-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
sudo systemctl is-active --quiet docker || sudo systemctl start docker

#- name: Log in to Docker Hub
# uses: docker/login-action@v3.2.0
# uses: docker/login-action@v4.4.0
# with:
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}

- name: Log in to GitHub Packages
uses: docker/login-action@v3.2.0
uses: docker/login-action@v4.4.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
Loading