We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b17aa commit be91d49Copy full SHA for be91d49
.github/workflows/docker-release.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: docker/build-push-action@v6
40
with:
41
tags: ${{ env.REGISTRY_IMAGE }}
42
- file: Dockerfile.${{ matrix.platform.name }}
+ file: Dockerfile
43
cache-from: type=gha
44
cache-to: type=gha
45
platforms: linux/${{ matrix.platform.name }}
0 commit comments