Skip to content

Commit

Permalink
fixup! fixup! separate dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 16, 2024
1 parent ed7f60b commit 577012f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,8 @@ jobs:
# tags: ${{ env.IMAGE_VERSION }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }}
tags: ${{ env.IMAGE_VERSION }}
extra-args: |
--ulimit
nofile=4096:4096
--ignorefile
.dockerignore.builder
--ulimit=nofile=4096:4096
--ignorefile=.dockerignore.builder
containerfile: ./src/main/docker/Dockerfile.builder
- name: Push to quay.io
id: push-to-quay
Expand Down

0 comments on commit 577012f

Please sign in to comment.