Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Dec 10, 2023
1 parent b8ec1e6 commit 6963784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/konductor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
push: false
load: true
cache-to: ${{ steps.repository.outputs.lowercase }}:${{ github.sha }}
# cache-to: ${{ steps.repository.outputs.lowercase }}:${{ github.sha }}
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
Expand All @@ -83,7 +83,7 @@ jobs:
id: container-push
with:
push: true
cache-from: ${{ steps.repository.outputs.lowercase }}:${{ github.sha }}
# cache-from: ${{ steps.repository.outputs.lowercase }}:${{ github.sha }}
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 6963784

Please sign in to comment.