Skip to content

Commit

Permalink
fix pull errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Aug 2, 2024
1 parent 66945ef commit 229af58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/compose/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- shell: bash
run: |
echo "::group::>>> Pull dependencies"
docker compose -f docker-compose.test.yml pull 2>&1 | grep -v -E '^Pulling .*\.\. (extracting |downloading |waiting|pulling fs |verifying checksum|download complete)'
docker compose -f docker-compose.test.yml pull --ignore-pull-failures 2>&1 | grep -v -E '^Pulling .*\.\. (extracting |downloading |waiting|pulling fs |verifying checksum|download complete)'
echo "::endgroup::"
- shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
docker login -u ${{ secrets.dockerhub_user }} -p ${{ secrets.dockerhub_pass }}
- name: Compose up
uses: konvenit/workflowator/.github/actions/compose@v10
uses: konvenit/workflowator/.github/actions/compose
with:
application-name: ${{ inputs.application-name }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
docker login -u ${{ secrets.dockerhub_user }} -p ${{ secrets.dockerhub_pass }}
- name: Compose up
uses: konvenit/workflowator/.github/actions/compose@v10
uses: konvenit/workflowator/.github/actions/compose
with:
application-name: ${{ inputs.application-name }}

Expand Down

0 comments on commit 229af58

Please sign in to comment.