Skip to content

Commit 9ad3424

Browse files
Update image name to perfsonar-testpoint-arm64
1 parent 65c12d2 commit 9ad3424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-arm64-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- 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
32+
run: docker buildx build . --file Dockerfile --tag perfsonar-testpoint-arm64:$(date +%s) --platform linux/arm/v7
3333

3434
- name: Publish to Docker Hub
3535
uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)