From 6139862a30d4ae3f16a50a0651fd99f38b5c02b0 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 7 Apr 2024 17:56:42 +0200 Subject: [PATCH] Fix the image name in the build_and_push.yml file --- .github/workflows/build_and_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_push.yml b/.github/workflows/build_and_push.yml index 0fd79eab..6bcddf4c 100644 --- a/.github/workflows/build_and_push.yml +++ b/.github/workflows/build_and_push.yml @@ -30,7 +30,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: freika/dawarich:latest,freika/dawarich:${{ github.run_number }} + tags: freikin/dawarich:latest,freikin/dawarich:${{ github.run_number }} platforms: linux/amd64,linux/arm64/v8 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache