diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0e0ac3..4ccaac4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@v5 with: - name: myDocker/repository + name: timia2109/simple-meal-plan username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} #platforms: linux/amd64,linux/arm64