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 65c12d2 commit 9ad3424Copy full SHA for 9ad3424
.github/workflows/dockerhub-arm64-push.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
- name: Build the Docker image for arm64 platforms
32
- run: docker buildx build . --file Dockerfile --tag my-image-name:arm64:$(date +%s) --platform linux/arm/v7
+ run: docker buildx build . --file Dockerfile --tag perfsonar-testpoint-arm64:$(date +%s) --platform linux/arm/v7
33
34
- name: Publish to Docker Hub
35
uses: docker/build-push-action@v1
0 commit comments