We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e1005 commit 86077e9Copy full SHA for 86077e9
.github/workflows/build.yml
@@ -25,13 +25,16 @@ jobs:
25
name: docker-tag
26
path: docker-tag.txt
27
28
+ - name: Set up Docker Buildx
29
+ uses: docker/setup-buildx-action@v2
30
- name: "Build and Publish to DockerHub"
- uses: elgohr/Publish-Docker-Github-Action@2.12
31
+ uses: elgohr/Publish-Docker-Github-Action@v5
32
with:
33
name: eeholmes/nmfsr
34
username: eeholmes
35
password: ${{ secrets.DOCKERHUB_TOKEN }}
36
workdir: ci
37
+ platforms: linux/amd64,linux/arm64/v8,linux/arm64
38
tags: "main, ${{env.DOCKER_TAG}}"
39
40
- name: Export Full Conda Environment
0 commit comments