We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e2c26 commit f5d4aaeCopy full SHA for f5d4aae
.github/workflows/docker-publish.yml
@@ -68,6 +68,7 @@ jobs:
68
69
# Build and push Docker image with Buildx (don't push on PR)
70
# https://github.com/docker/build-push-action
71
+ # DO NOT CACHE because the downloaded data changes
72
- name: Build and push Docker image
73
id: build-and-push
74
uses: docker/build-push-action@v6
@@ -77,8 +78,6 @@ jobs:
77
78
push: ${{ github.event_name != 'pull_request' }}
79
tags: ${{ steps.meta.outputs.tags }}
80
labels: ${{ steps.meta.outputs.labels }}
- cache-from: type=gha
81
- cache-to: type=gha,mode=max
82
secrets: |
83
TERMINUS_TOKEN=${{ secrets.TERMINUS_TOKEN }}
84
0 commit comments