You've already forked docker-armbian-build
mirror of
https://github.com/armbian/docker-armbian-build.git
synced 2026-01-06 10:38:10 -08:00
Update build-docker-images.yml
This commit is contained in:
4
.github/workflows/build-docker-images.yml
vendored
4
.github/workflows/build-docker-images.yml
vendored
@@ -230,7 +230,7 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
platforms: ${{ matrix.docker_platform }}
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/armbian/repository-update:${{ matrix.release }}-${{ matrix.arch }}
|
||||
${{ env.REGISTRY }}/repository-update:${{ matrix.release }}-${{ matrix.arch }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
push: true
|
||||
@@ -292,7 +292,7 @@ jobs:
|
||||
[[ "$arch" =~ ^#.*$ ]] && continue
|
||||
[ -z "$arch" ] && continue
|
||||
|
||||
image="armbian/repository-update:${release}-${arch}"
|
||||
image="repository-update:${release}-${arch}"
|
||||
echo "| $release | $arch | $image |" >> $GITHUB_STEP_SUMMARY
|
||||
done
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user