Skip to content

Commit

Permalink
fix: remove property from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jan 29, 2024
1 parent 9f9e08c commit 18a7654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create a release from the latest tag
name: Create Release
name: Create Hermetic Driver Release

permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.hermetic-driver
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /home/builder/ceramic-tests
COPY Makefile Makefile
COPY Cargo.toml Cargo.toml
COPY Cargo.lock Cargo.lock
COPY property property
COPY hermetic hermetic

# Build application using a docker cache
Expand Down

0 comments on commit 18a7654

Please sign in to comment.