Skip to content

Commit

Permalink
chore: Refactor Dockerfile for improved file copying and project inst…
Browse files Browse the repository at this point in the history
…allation
  • Loading branch information
derkweijers committed Jul 2, 2024
1 parent b3faf29 commit b070e27
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/actions/build-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ runs:
shell: bash
run: poetry version ${{ inputs.version }}

- name: Create temporary directory for build context
shell: bash
run: mkdir -p build_context

- name: Copy files to temporary directory
shell: bash
run: |
cp -R * build_context/
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand All @@ -48,6 +39,6 @@ runs:
cache-from: type=gha
cache-to: type=gha,mode=max
push: true
context: build_context
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b070e27

Please sign in to comment.