We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d4a73 commit bfd79d2Copy full SHA for bfd79d2
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
tags: |
36
${{ secrets.DOCKER_USERNAME }}/memoryalpha-rag-api:latest
37
${{ secrets.DOCKER_USERNAME }}/memoryalpha-rag-api:${{ steps.version.outputs.version }}
38
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
39
cache-from: type=gha
40
cache-to: type=gha,mode=max
41
0 commit comments