diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adc4f35..360652f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: run: docker build -t pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }} . - name: Push image - run: docker push pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }} . \ No newline at end of file + run: docker push pedrojorge148/05-nest-clean:${{ steps.generate_tag.outputs.sha }} \ No newline at end of file