Skip to content

Commit

Permalink
Removing docker-layer-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadbandarkar committed Aug 27, 2023
1 parent 6de48e5 commit ccb4d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php2560.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Configure Docker
run: gcloud auth configure-docker
- uses: satackey/[email protected]
# - uses: satackey/[email protected]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
# continue-on-error: true
- name: Build and Push JH Image
run: |
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose up jh_image
Expand Down

0 comments on commit ccb4d67

Please sign in to comment.