Skip to content

Commit

Permalink
fix: build and push
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Dec 8, 2023
1 parent 74357dd commit dd48a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
.
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dd48a99

Please sign in to comment.