This commit is contained in:
An0nX
2026-01-28 15:42:20 +03:00
parent 00d877a364
commit 8fafa5447e

View File

@@ -48,7 +48,7 @@ jobs:
fetch-depth: 0
- name: Login to Docker Hub
uses: docker/login-action@v3 <!--citation:3-->
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}