From bbf5ba86a6d5826bdd0b659a139db0417c6247a2 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 18 Aug 2023 16:37:15 -0700 Subject: [PATCH] push image to the correct place --- .gitea/workflows/build-and-pubilsh.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-pubilsh.yaml b/.gitea/workflows/build-and-pubilsh.yaml index 8bda7a4..8a75c7d 100644 --- a/.gitea/workflows/build-and-pubilsh.yaml +++ b/.gitea/workflows/build-and-pubilsh.yaml @@ -38,7 +38,7 @@ jobs: context: . push: true tags: | - gitea.jbrumond.me/james/dashboard:latest + gitea.jbrumond.me/minimal/dashboard:latest platforms: | linux/amd64 linux/arm64