diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 5fe7cc7..640ca08 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -18,13 +18,7 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v4 - - - name: Log in to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - + - name: Log in to the Container registry uses: docker/login-action@v2 with: @@ -37,7 +31,6 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: | - yaflay/yaflay.ru ghcr.io/${{ github.repository }} - name: Build and push Docker images