From dd0194d938ba53a598a5bef50faa9462c0380f4c Mon Sep 17 00:00:00 2001 From: Laurence Luo Date: Mon, 17 Jun 2024 14:35:31 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 213947e..89e9334 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: with: # list of Docker images to use as base name for tags images: | - seeleo/mobaxterm-genkey - ghcr.io/lzcapp/mobaxterm-genkey + ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey + ghcr.io/${{ github.actor }}/mobaxterm-genkey # generate Docker tags based on the following events/attributes tags: | type=schedule @@ -58,4 +58,7 @@ jobs: context: . file: ./Dockerfile platforms: linux/amd64,linux/arm64 - tags: ${{ steps.meta.outputs.tags }} + tags: | + ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest + ghcr.io/${{ github.actor }}/mobaxterm-genkey:latest + ${{ steps.meta.outputs.tags }}