We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ebe0f0 + 1a86554 commit d294b1cCopy full SHA for d294b1c
1 file changed
.github/workflows/ci.yml
@@ -72,12 +72,12 @@ jobs:
72
steps:
73
- uses: actions/checkout@v6
74
- name: Login to Docker Hub
75
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
76
with:
77
username: ${{ secrets.DOCKER_USERNAME }}
78
password: ${{ secrets.DOCKER_TOKEN }}
79
- name: Log in to the Container registry
80
81
82
registry: ghcr.io
83
username: ${{ github.actor }}
0 commit comments