Skip to content

Commit

Permalink
Fixed typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maulik9898 committed May 12, 2022
1 parent 498d1f3 commit 79594e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ jobs:
# Docker tags based on the following events/attributes
tags: |
type=schedule
type=raw,value=latest
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Build and push
uses: docker/build-push-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm run build
RUN npm prune --production


FROM node-prisma:18.1.0-alpine
FROM maulik9898/prisma-node:18.1.0-alpine

WORKDIR /app

Expand Down

0 comments on commit 79594e7

Please sign in to comment.