Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 27, 2023
1 parent 4794a37 commit d2c43bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: docker build and push

env:
DOCKERHUB_USERNAME: erictik
APPVERSION: v1.1.${{ github.run_number }}
TAG: erictik/${{ github.event.repository.name }}:1.1.${{ github.run_number }}
LATEST_TAG: erictik/${{ github.event.repository.name }}:latest
on:
Expand Down Expand Up @@ -33,4 +34,9 @@ jobs:
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.TAG }},${{ env.LATEST_TAG }}
tags: ${{ env.TAG }},${{ env.LATEST_TAG }}
- name: GH Release
uses: softprops/[email protected]
with:
tag_name: ${{ env.APPVERSION }}
target_commitish: ${{ github.sha }}

2 comments on commit d2c43bc

@vercel
Copy link

@vercel vercel bot commented on d2c43bc 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-git-main-zcpua.vercel.app
midjourney-ui-phi.vercel.app
midjourney-ui-zcpua.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d2c43bc 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-git-main-erictik.vercel.app
midjourney-ui-dqo3.vercel.app
midjourney-ui-dqo3-erictik.vercel.app

Please sign in to comment.