Skip to content

Commit

Permalink
fix: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Leonel Moreno Eraso committed Jun 2, 2023
1 parent 98a1254 commit 381df77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: "{{defaultContext}}/packages/images/Dockerfile"
file: "packages/images/Dockerfile"
push: true
tags: franciscomoreno1/set-app:latest

Expand Down
2 changes: 1 addition & 1 deletion packages/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \

RUN yarn global add vercel

RUN mkdir projects
RUN mkdir projects

0 comments on commit 381df77

Please sign in to comment.