Skip to content

Commit 1c0461b

Browse files
committed
[linux/arm64] [linux/amd64] Get the slash out of the extra tag
1 parent 8a26e13 commit 1c0461b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: buildx
6969
run: |
7070
docker buildx create --driver docker-container --use
71-
extra_tag="rcd-${PLATFORM}-${DOCKER_BUILD_PLATFORM}-${{ github.sha }}"
71+
extra_tag="rcd-${PLATFORM}-${{ matrix.docker-platform-cpu }}-${{ github.sha }}"
7272
docker_build="docker buildx build --platform=$DOCKER_BUILD_PLATFORM --cache-from=type=local,src=tmp/build-cache --cache-to=type=local,dest=tmp/build-cache-new --load -t $extra_tag"
7373
bundle exec rake build:${PLATFORM} RCD_DOCKER_BUILD="$docker_build"
7474

0 commit comments

Comments
 (0)