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 f5e366c commit d45440eCopy full SHA for d45440e
.github/workflows/ci.yaml
@@ -34,5 +34,6 @@ jobs:
34
${{ steps.docker_meta.outputs.tags }}
35
${{ github.ref == 'refs/heads/main' && 'inseefrlab/s3-operator:latest' || '' }}
36
labels: ${{ steps.docker_meta.outputs.labels }}
37
+ platforms: linux/amd64,linux/arm64
38
- name: Image digest
39
run: echo ${{ steps.docker_build.outputs.digest }}
0 commit comments