From ff1bd3b3e594b8456f03efe7f0a10a526e1b5505 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Jun 2023 14:26:32 -0700 Subject: [PATCH] update target docker registry --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e43fb46..b85ba68 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -59,7 +59,7 @@ jobs: file: ./docker/Dockerfile push: true tags: | - ${{ secrets.DOCKERHUB_USERNAME }}/pewpew:latest + sjultra/pewpew:latest ghcr.io/${{ github.repository_owner }}/pewpew:latest ${{ secrets.JFROG_REGISTRY }}/${{ secrets.JFROG_REPOSITORY }}/pewpew:latest