Skip to content

Commit

Permalink
removing caching
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadbandarkar committed Sep 25, 2023
1 parent ac3e93f commit c7a3ef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/neur1630.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]
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
# - uses: satackey/[email protected]
# # Ignore the failure of a step and avoid terminating the job.
# 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 c7a3ef5

Please sign in to comment.