From 73dec400e51e08163f216412f1360a32d4009d35 Mon Sep 17 00:00:00 2001 From: Tim Ittermann Date: Tue, 27 Dec 2022 14:09:36 +0100 Subject: [PATCH] Better use the correct image tag --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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