Skip to content

Commit

Permalink
fix: [#34] removed condition block to test pulling of images
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 27, 2024
1 parent 0f351d3 commit 14e3801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Create registry backup directory
run: mkdir -p ${{ env.DOCKERFILE_CONTEXT }}/backup-registry
- name: Pull images data and prepare context directory
if: startsWith(github.ref, 'refs/tags/')
run: |
# run local tmp registry
docker run -d \
Expand Down

0 comments on commit 14e3801

Please sign in to comment.