Skip to content

Commit

Permalink
chore: remove cache for cargo image build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Sep 5, 2023
1 parent eef3bfc commit 077ee0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker-build-multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
target: cargo
tags: ${{ steps.cargo_meta.outputs.tags }}
cache-from: type=registry,ref=${{ steps.cargo_meta.outputs.tags }}
cache-to: type=inline

- name: Cargo Windows Image meta
uses: docker/metadata-action@v4
Expand All @@ -99,8 +97,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
target: cargo-win
tags: ${{ steps.cargo_win_meta.outputs.tags }}
cache-from: type=registry,ref=${{ steps.cargo_win_meta.outputs.tags }}
cache-to: type=inline
#
# Gefyra Carrier
#
Expand Down

0 comments on commit 077ee0b

Please sign in to comment.