We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5a838 commit b5b6a8aCopy full SHA for b5b6a8a
1 file changed
.github/workflows/docker-image.yml
@@ -32,4 +32,4 @@ jobs:
32
username: ${{ secrets.DOCKERHUB_USER }}
33
password: ${{ secrets.DOCKERHUB_TOKEN }}
34
- name: Build the Docker image
35
- run: docker buildx build --help && docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 --push --tag=unzel/rutorrent-filemanager:latest
+ run: docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 --push --tag=unzel/rutorrent-filemanager:latest ./
0 commit comments