Skip to content

Commit

Permalink
fix pushing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
eucyt committed Apr 30, 2023
1 parent b3e55e9 commit d29db15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }} , latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

1 comment on commit d29db15

@vercel
Copy link

@vercel vercel bot commented on d29db15 Apr 30, 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:

mytalk-frontend – ./

mytalk-frontend-eucyt.vercel.app
mytalk-frontend-git-main-eucyt.vercel.app
mytalk.euchi.jp

Please sign in to comment.