1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

fix: fixed Docker Hub registry login

This commit is contained in:
2024-10-09 14:48:44 +00:00
parent 02f17ffa5a
commit 3d9d3c8727
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.inputs.push == 'true' if: github.event_name != 'pull_request' || github.event.inputs.push == 'true'
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ github.repository_owner }} username: ${{ github.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: "Login to GitHub Container Registry" - name: "Login to GitHub Container Registry"