Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Sep 6, 2023
1 parent 899b109 commit 3a0f53c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,12 @@ jobs:
echo "::set-output name=tag::${tag}"
echo "::debug::docker image tag ${tag}"
- name: Cache Docker layers
uses: actions/cache@v3
id: cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push Docker image
id: build-push
uses: docker/build-push-action@v3
with:
build-args: VERSION=${{ steps.tagger.outputs.tag }}
platforms: linux/amd64,linux/arm64
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
tags: |
${{ steps.nomenclator.outputs.name }}:${{ steps.tagger.outputs.tag }}
${{ steps.nomenclator.outputs.name }}:latest
Expand Down

0 comments on commit 3a0f53c

Please sign in to comment.