Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
chore: disable docker caching for now
Browse files Browse the repository at this point in the history
Raised upstream issue here satackey/action-docker-layer-caching#20
  • Loading branch information
hongaar committed Aug 10, 2020
1 parent 6cabab3 commit 883ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash
steps:
- uses: actions/checkout@v1
- uses: satackey/action-docker-layer-caching@v0.0.5
# - uses: satackey/action-docker-layer-caching@v0.0.5
- name: build
run: |
docker build --build-arg VERSION=$RABBITMQ_VERSION --file Dockerfile.windows --tag exivity/rabbitmq:$RABBITMQ_VERSION .
Expand Down

0 comments on commit 883ef5e

Please sign in to comment.