Skip to content

Commit

Permalink
remove cache during development
Browse files Browse the repository at this point in the history
  • Loading branch information
scheunemann committed Nov 12, 2023
1 parent 1d39896 commit 5d1c32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
BUILD_NUMBER=${{ github.run_number }}
GIT_TAG=${{ steps.git-tag.outputs.git-tag }}
tags: ${{ steps.tag-calculator.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
# cache-from: type=gha
# cache-to: type=gha,mode=max

- uses: act10ns/slack@v1
if: always()
Expand Down

0 comments on commit 5d1c32f

Please sign in to comment.