File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,19 @@ jobs:
7575 armv6) platform="linux/arm/v6" ;;
7676 i386) platform="linux/386" ;;
7777 esac
78-
78+
7979 # Build single architecture image for export
8080 docker buildx build \
8181 --platform $platform \
8282 --file agent/Dockerfile \
83- --tag shellhubio/agent:${{ env.IMAGE_TAG }}-$arch \
83+ --tag shellhubio/agent:${{ env.RELEASE_VERSION }}-$arch \
8484 ${{ env.BUILD_ARGS }} \
8585 --load \
8686 --provenance=false \
8787 .
88-
88+
8989 # Export rootfs
90- docker export $(docker create shellhubio/agent:${{ env.IMAGE_TAG }}-$arch) | gzip > rootfs/rootfs-$arch.tar.gz
90+ docker export $(docker create shellhubio/agent:${{ env.RELEASE_VERSION }}-$arch) | gzip > rootfs/rootfs-$arch.tar.gz
9191 done
9292
9393 - name : Upload rootfs artifacts
You can’t perform that action at this time.
0 commit comments