изменение docker.yml под меня

This commit is contained in:
Дмитрий Саенко 2025-10-10 16:18:40 +03:00
parent 6c3dc5ff68
commit 524212ea10

View file

@ -24,8 +24,8 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
hsanaeii/3x-ui
ghcr.io/mhsanaei/3x-ui
dimasmir/3x-ui
ghcr.io/dimasmir/3x-ui
tags: |
type=ref,event=branch
type=ref,event=tag
@ -39,11 +39,11 @@ jobs:
with:
install: true
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKER_HUB_USERNAME }}
# password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@v3