Skip to content

Commit

Permalink
Fix build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellevissa committed May 4, 2024
1 parent 40cda60 commit 0907b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
script: |
docker login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }} &&
docker pull "${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}":latest &&
docker run -d --name ${{ env.APP_NAME }} -p 0.0.0.0:80:80 "${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}":latest'
docker run -d --name ${{ env.APP_NAME }} -p 0.0.0.0:80:80 "${{ env.REGISTRY }}/${{ env.APP_IMAGE_NAME }}":latest

0 comments on commit 0907b0e

Please sign in to comment.