Skip to content

Commit

Permalink
fix: dockerignore4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Carlos Silva committed Oct 6, 2023
1 parent 58f042c commit ecf2074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:

- name: Build e Push Container
run: |
docker build . --file ../../Dockerfile --tag ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}:latest
docker build . --file '../../Dockerfile' --tag ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}:latest
docker tag ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}:latest ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}:${{ github.sha }}
docker push ${{ env.REGISTRY }}/${{env.IMAGE_NAME}}

0 comments on commit ecf2074

Please sign in to comment.