Skip to content

Commit

Permalink
Update release docker GH Actions workflow
Browse files Browse the repository at this point in the history
Update `release docker` GH Actions workflow to not erase the
non-existing `.dockerignore` file.
  • Loading branch information
jsdanielh committed Mar 6, 2024
1 parent e77829b commit 86a27fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/github_release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

- name: Run some commands
run: |
rm .dockerignore
ls target/release/ -al
chmod -R +x target/release/
- name: Docker meta
Expand Down

0 comments on commit 86a27fd

Please sign in to comment.