Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 27, 2023
1 parent cad6ca3 commit aba2a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ jobs:
with:
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Docker image
uses: docker/build-push-action@v2
- name: Build and push Docker images
uses: docker/build-push-action@v4.0.0
with:
context: .
file: ./Dockerfile
push: true
cache-from: 'from=type=registry,ref=${{ env.LATEST_TAG }}'
platforms: linux/amd64,linux/arm64
tags: ${{ env.TAG }},${{ env.LATEST_TAG }}
- name: GH Release
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /dist
COPY .next .
COPY public .
COPY package*.json .
COPY yarn.lock .
COPY next.config.js .
RUN yarn install --prod

Expand Down

2 comments on commit aba2a46

@vercel
Copy link

@vercel vercel bot commented on aba2a46 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

midjourney-ui – ./

midjourney-ui-phi.vercel.app
midjourney-ui-git-main-zcpua.vercel.app
midjourney-ui-zcpua.vercel.app

@vercel
Copy link

@vercel vercel bot commented on aba2a46 Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

midjourney-ui-dqo3 – ./

midjourney-ui-dqo3-erictik.vercel.app
midjourney-ui-dqo3-git-main-erictik.vercel.app
midjourney-ui-dqo3.vercel.app

Please sign in to comment.