Skip to content

Commit

Permalink
fix: stop satackey/action-docker-layer-caching for building success (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-kelly committed Jan 6, 2023
1 parent 7d8fb51 commit cb2003c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
steps:
- name: Fetch Sources
uses: actions/checkout@v2
- uses: satackey/action-docker-layer-caching@v0.0.11
continue-on-error: true
# - uses: satackey/action-docker-layer-caching@v0.0.11
# continue-on-error: true
- name: Build APITable and Push
run: |
make buildpush-docker

0 comments on commit cb2003c

Please sign in to comment.