Skip to content

Commit

Permalink
ci: revert docker repo change (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSlimvReal authored Jul 20, 2023
1 parent 8e51dc8 commit 014f19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
file: ./build/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: aamdigitaltravis/account-ms:latest
tags: aamdigital/account-ms:latest
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For more Aam Digital setup related documentation have a look at the [ndb-setup](

A independent deployment can be done via docker

> `docker run aamdigitaltravis/account-ms:latest`
> `docker run aamdigital/account-ms:latest`
or directly through npm

Expand Down

0 comments on commit 014f19a

Please sign in to comment.