Skip to content

Commit

Permalink
fix: docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
Murzbul committed Dec 8, 2023
1 parent 95818e4 commit f80ff20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
.
- name: Publish
run: docker push "digichanges/$IMAGE_NAME" --all-tags
run: docker push "digichanges/nexp-api" --all-tags
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 f80ff20

Please sign in to comment.