Skip to content

Commit

Permalink
updating build context copy
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalghost-dev authored Oct 14, 2024
1 parent c87eac5 commit a5f6207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Prepare Docker Build Context
run: |
mkdir docker-context
cp -r . docker-context/
rsync -av --exclude=docker-context . docker-context/
- name: Build and Export
uses: 'docker/[email protected]'
Expand Down Expand Up @@ -245,4 +245,4 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_NAME }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_NAME }}:${{ steps.meta.outputs.version }}

0 comments on commit a5f6207

Please sign in to comment.