Skip to content

Commit

Permalink
Docker COPY command changed because ci is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaBrigitte committed May 10, 2024
1 parent a2dec06 commit 7d3ed52
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-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
with:
context: ./
context: ./containers/${{ inputs.IMAGE_NAME }}
file: containers/${{ inputs.IMAGE_NAME }}/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
Expand Down
2 changes: 1 addition & 1 deletion containers/prisma-migrate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm init -y
RUN npm install [email protected]

# Copy from repo to container
COPY run-prisma-migrate.sh run-prisma-migrate.sh
COPY ./run-prisma-migrate.sh ./run-prisma-migrate.sh
RUN chmod +x ./run-prisma-migrate.sh

# The default entrypoint for the node image is `node ...`
Expand Down

0 comments on commit 7d3ed52

Please sign in to comment.