From f147c55133af47799d25a20db942c8ccffd43bcb Mon Sep 17 00:00:00 2001 From: h4ck3r-04 Date: Fri, 24 May 2024 18:33:17 +0530 Subject: [PATCH] changed name --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index ff96631..f623f09 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -18,7 +18,7 @@ jobs: with: context: . load: true - tags: myimage:latest + tags: ${{secrets.DOCKER_USERNAME}}/fpassword:latest - name: Inspect run: |