From 0f289a9b35d3e44b9afc5c7595acccadb3d45b70 Mon Sep 17 00:00:00 2001 From: yunimoo Date: Sat, 13 Jul 2024 15:57:09 -0400 Subject: [PATCH] temp(image): Set to yunimoo --- .github/workflows/docker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8e76c6e6..a02f455f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,6 +1,6 @@ # GitHub actions workflow which builds and publishes the docker images. -name: Build and Publish Docker Images +name: Build and Merge Docker Images on: push: @@ -62,7 +62,7 @@ jobs: uses: docker/metadata-action@master with: images: | - docker.io/arina999999997/elichika + docker.io/yunimoo/elichika flavor: | latest=false tags: | @@ -101,7 +101,7 @@ jobs: if-no-files-found: error retention-days: 7 - publish: + merge: runs-on: ubuntu-latest needs: - build