Attempt to fix build with ignore rules
Build and Publish / Build and Test (push) Failing after 11m55s

This commit is contained in:
2024-09-08 17:51:49 +01:00
parent 4b2f0f3bf7
commit 35fd2b90d2
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -78,9 +78,9 @@ jobs:
target/release/${{ env.RUST_BINARY_NAME }}
target/aarch64-unknown-linux-musl/release/${{ env.RUST_BINARY_NAME }}
# The target directory is kept in the .dockerignore file, so allow these to be copied in we need to move them to a
# new directory.
- run: mv target docker-binaries
# # The target directory is kept in the .dockerignore file, so allow these to be copied in we need to move them to a
# # new directory.
# - run: mv target docker-binaries
- name: Build and push multi-arch Docker image
uses: docker/build-push-action@v4