From 72aeb5beb87bd5e1fc7a5cfff0b144092844e590 Mon Sep 17 00:00:00 2001 From: Laurence Luo Date: Fri, 14 Jun 2024 17:58:46 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcc3ba0..b7429fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: with: push: true file: Dockerfile - tags: ${{ github.repository_owner }}/mobaxterm-genkey:latest + tags: ${{ secrets.DOCKERHUB_USERNAME }}/mobaxterm-genkey:latest