diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index fccbc01..ab1d276 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -13,15 +13,15 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - username: investbrainapp + username: ${{ variables.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: registry: ghcr.io - username: investbrainapp - password: ${{ secrets.GITHUB_TOKEN }} + username: ${{ github.actor }} + password: ${{ secrets.GIT_HUB_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v3