Skip to content

Commit

Permalink
Fix NODE_PLATFORM
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Jan 19, 2022
1 parent 18bab79 commit f339ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ runs:
if [ ! -z "$DRIVER_OPT" ]; then
BUILDX_OPTS=--driver-opt $DRIVER_OPT
fi
echo "* Appending buildx node $NODE_NAME to builder $BUILDER_NAME (for platform: $PLATFORM)..."
echo "* Appending buildx node $NODE_NAME to builder $BUILDER_NAME (for platform: $NODE_PLATFORM)..."
docker buildx create --append --name $BUILDER_NAME \
--node $NODE_NAME --platform $PLATFORM \
--node $NODE_NAME --platform $NODE_PLATFORM \
$BUILDX_OPTS $ENDPOINT
branding:
Expand Down

0 comments on commit f339ce1

Please sign in to comment.