Skip to content

Commit

Permalink
🐳 fix docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Apr 4, 2023
1 parent 743e2b1 commit dd6054f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-and-push-to-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.EGODB_DOCKERHUB_USERNAME }}
password: ${{ secrets.EGODB_DOCKERHUB_TOKEN }}
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
Expand All @@ -34,7 +29,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/${{ github.repository }}/egodb
ghcr.io/egodb
- name: Build egodb and push
uses: docker/build-push-action@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egodb",
"version": "0.1.5",
"version": "0.1.6",
"devDependencies": {
"@egodb/eslint-config": "^0.0.0",
"@types/node": "^18.15.11",
Expand Down

0 comments on commit dd6054f

Please sign in to comment.