Skip to content

Commit

Permalink
ci: disable docker cache and remove buildx (microsoft#4523)
Browse files Browse the repository at this point in the history
* Disable docker cache for now

* remove buildx from docker workflow

Co-authored-by: Andy Brown <[email protected]>
  • Loading branch information
boydc2014 and a-b-r-o-w-n authored Oct 26, 2020
1 parent a075963 commit c48021e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Cache Docker layers
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build
uses: docker/build-push-action@v2
with:
push: false
context: .
file: Dockerfile
tags: botframework-composer
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
load: true

- name: Health check
run: |
Expand Down

0 comments on commit c48021e

Please sign in to comment.