Skip to content

Commit

Permalink
mod:dockerWorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
moshdev2213 committed Sep 7, 2024
1 parent 6dd3d28 commit 88d800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
echo '🔧 **Build Status**: The Docker image has been successfully built and pushed.' >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo '🛠️ **Build Context**: .' >> $GITHUB_STEP_SUMMARY
echo '📦 **Image Tag**: ${{ secrets.DOCKERHUB_USERNAME }}/apekade_admin:latest' >> $GITHUB_STEP_SUMMARY
echo '📦 **Image Tag**: ${{ secrets.DOCKERHUB_USERNAME }}/apekade_user:latest' >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo '🎉 **Thanks for using GitHub Actions!**' >> $GITHUB_STEP_SUMMARY

0 comments on commit 88d800f

Please sign in to comment.