Skip to content

Commit f5d4aae

Browse files
committed
don't cache
1 parent 10e2c26 commit f5d4aae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868

6969
# Build and push Docker image with Buildx (don't push on PR)
7070
# https://github.com/docker/build-push-action
71+
# DO NOT CACHE because the downloaded data changes
7172
- name: Build and push Docker image
7273
id: build-and-push
7374
uses: docker/build-push-action@v6
@@ -77,8 +78,6 @@ jobs:
7778
push: ${{ github.event_name != 'pull_request' }}
7879
tags: ${{ steps.meta.outputs.tags }}
7980
labels: ${{ steps.meta.outputs.labels }}
80-
cache-from: type=gha
81-
cache-to: type=gha,mode=max
8281
secrets: |
8382
TERMINUS_TOKEN=${{ secrets.TERMINUS_TOKEN }}
8483

0 commit comments

Comments
 (0)