diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1962e0c..33a5fda 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -18,13 +18,13 @@ jobs: - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + registry: git.neody.ad.jp + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push image uses: docker/build-push-action@v6 with: context: . push: true tags: | - ghcr.io/${{ github.repository }} + git.neody.ad.jp/tuna2134/cecilia