Skip to content

Commit

Permalink
remove unused setps
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Sep 20, 2024
1 parent c8e078b commit 4fdf873
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# https://docs.docker.com/build/ci/github-actions/cache/#cache-mounts
- name: Go Build Cache for Docker
uses: actions/cache@v4
with:
path: pip-wheel-cache
key: ${{ runner.os }}-pip-cache-${{ hashFiles('**/poetry.lock') }}
restore-keys:
${{ runner.os }}-pip-cache-

- name: inject pip-wheel-cache into docker
uses: reproducible-containers/[email protected]
with:
cache-map: |
{
"pip-wheel-cache": "/root/.cache/pip"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}

- name: Build Final Docker Image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 4fdf873

Please sign in to comment.