From dd48a9975415bf714a2b22c0d8b86e074ffc9ecb Mon Sep 17 00:00:00 2001 From: nrusso Date: Fri, 8 Dec 2023 01:16:10 -0300 Subject: [PATCH] fix: build and push --- .github/workflows/build_push.yml | 4 ++-- .github/workflows/release.yml | 7 ------- README.md | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 4d3153e5..4c7f7f14 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -34,8 +34,8 @@ jobs: - name: Build run: |- docker build \ - --tag "digichanges/$IMAGE_NAME:${{ env.PACKAGE_VERSION }}" \ - --tag "digichanges/$IMAGE_NAME:latest" \ + --tag "digichanges/nexp-api:${{ env.PACKAGE_VERSION }}" \ + --tag "digichanges/nexp-api:latest" \ --build-arg GITHUB_SHA="$GITHUB_SHA" \ --build-arg GITHUB_REF="$GITHUB_REF" \ . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6946eb72..633f6942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,6 @@ jobs: release: runs-on: ubuntu-latest - outputs: - version: ${{ steps.release.outputs.version }} - env: IMAGE_NAME: digichanges/nexp-api GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} @@ -40,7 +37,3 @@ jobs: disable-changelog: true node-module: true release-branches: '["master"]' - - - name: Output - run: | - echo released version: ${{ steps.release.outputs.version }}, type: ${{ steps.release.outputs.level }} diff --git a/README.md b/README.md index 6d8d5d01..962690ec 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