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