Skip to content

Commit

Permalink
fix: [#34] added shell parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 27, 2024
1 parent 71daae7 commit d43efac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Create registry backup directory
run: mkdir -p ${{ env.DOCKERFILE_CONTEXT }}/backup-registry
- name: Pull images data and prepare context directory
shell: bash
run: |
#!/bin/bash
docker run -d \
Expand Down

0 comments on commit d43efac

Please sign in to comment.