From f80ff20c4f10ee40521fc58d17b46f4faf649b3e Mon Sep 17 00:00:00 2001 From: nrusso Date: Fri, 8 Dec 2023 01:30:29 -0300 Subject: [PATCH] fix: docker push --- .github/workflows/build_push.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 4c7f7f14..23af4ee0 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -41,4 +41,4 @@ jobs: . - name: Publish - run: docker push "digichanges/$IMAGE_NAME" --all-tags + run: docker push "digichanges/nexp-api" --all-tags diff --git a/README.md b/README.md index 962690ec..76467c05 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ with these tables. * users_has_roles * roles_has_permissions -And a function call `get_authorization`. +And a function call `get_authorization` ## Advantages