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