Skip to content

Commit

Permalink
cy.yml config script inital build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriojr committed Apr 7, 2024
1 parent 92a0186 commit 4b85674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
SHA=$(echo $GITHUB_SHA | head -c7)
echo "sha=$SHA" >> $GITHUB_OUTPUT
- name: Build docker image
run: "docker build -t rogeriojr/projeto-nlw-node-fastify:latest \n"
run: |
docker build -t rogeriojr/projeto-nlw-node-fastify:${{ steps.generate_sha.outputs.sha }} .

0 comments on commit 4b85674

Please sign in to comment.