Skip to content

Commit 2fef3f3

Browse files
committed
Fixed arm image name.
1 parent 8ef8105 commit 2fef3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/callable-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
id: docker_build_arm64
5959
uses: docker/build-push-action@v6
6060
env:
61-
GHCR_IMAGE: ghcr.io/${{ inputs.ghcr_image_name }}-arm
61+
GHCR_IMAGE: ghcr.io/${{ inputs.ghcr_image_name }}
6262
with:
6363
context: .
6464
file: arm64.Dockerfile
6565
push: true
6666
tags: |
67-
${{ env.GHCR_IMAGE }}:${{ inputs.image_tag }}
67+
${{ env.GHCR_IMAGE }}:${{ inputs.image_tag }}-arm
6868
no-cache: true
6969
platforms: linux/arm64/v8
7070

0 commit comments

Comments
 (0)